template-carousel-mobile/0064-show_code_button

6 lines
125 B
Plaintext

show_code_button = function(x, y, r)
return overflowable_button('show', x, y, r,
function()
Show_code = true
end)
end