2
0

BasicImage.lua 82 B

123
  1. screen = Screen()
  2. image = ScreenImage("polycode_logo.png")
  3. screen:addChild(image)