jf-roku/components/PlayedCheckmark.bs
2023-10-03 11:42:10 -04:00

5 lines
92 B
Plaintext

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