BasicText.lua 85 B

123
  1. screen = Screen()
  2. label = ScreenLabel("Hello, Polycode!", 32)
  3. screen:addChild(label)