-- Simple example of displaying an image screen = Screen() image = ScreenImage("Resources/polycode_logo.png") screen:addChild(image)