carousel.love/0064-show_code_button

3 lines
133 B
Plaintext

show_code_button = function(x, y, r)
return overflowable_button('show', x, y, r, press_show_button, nil, not Is_mobile and 'F3')
end