carousel.love/0065-hide_code_button

3 lines
104 B
Plaintext
Raw Normal View History

hide_code_button = function(x, y, r)
return overflowable_button('hide', x, y, r, press_hide_button)
end