sokoban.love/0064-show_code_button

3 lines
104 B
Plaintext
Raw Normal View History

2023-11-23 06:08:32 +00:00
show_code_button = function(x, y, r)
return overflowable_button('show', x, y, r, press_show_button)
end