jf-roku/components/PlayedCheckmark.bs

5 lines
92 B
Plaintext
Raw Normal View History

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