sokoban.love/0191-unstash_button

3 lines
107 B
Plaintext

unstash_button = function(x,y, r)
return overflowable_button('unstash', x, y, r, press_unstash_button)
end