sokoban.love/0051-run_button

6 lines
168 B
Plaintext

run_button = function(x, y)
styled_button('run', x,y, press_run_button, not Is_mobile and Show_code and 'F1')
local w = Font:getWidth('run')+10
return x+w+10, y
end