sokoban.love/0106-stop_button

5 lines
126 B
Plaintext

stop_button = function(x, y)
styled_button('stop', x,y, clear_handlers)
local w = App.width('stop')+10
return x+w+10, y
end