-- Simple text label example. screen = Screen() label = ScreenLabel("Hello, Polycode!", 32) screen:addChild(label)