carousel.love/0106-stop_button

5 lines
171 B
Plaintext

stop_button = function(x, y)
styled_button('stop', x,y, press_stop_button, not Is_mobile and Show_code and 'F2')
local w = Font:getWidth('stop')+10
return x+w+10, y
end