screen = Screen() label = ScreenLabel("Hello, Polycode!", 32) screen:addChild(label)