sokoban.love/0065-hide_code_button

8 lines
146 B
Plaintext

hide_code_button = function(x, y, r)
return overflowable_button('hide', x, y, r,
function()
Show_menu = nil
Show_code = false
end)
end