carousel.love/0065-hide_code_button

3 lines
133 B
Plaintext

hide_code_button = function(x, y, r)
return overflowable_button('hide', x, y, r, press_hide_button, nil, not Is_mobile and 'F3')
end