jf-roku/components/PlayedCheckmark.brs
2023-04-24 20:58:43 -04:00

5 lines
92 B
Plaintext

sub init()
checkmark = m.top.findNode("checkmark")
checkmark.font.size = 48
end sub