template-carousel-mobile/0065-hide_code_button

6 lines
126 B
Plaintext

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