fork
This commit is contained in:
8
util/sample/monkey.txt
Normal file
8
util/sample/monkey.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Class GameApp Extends App
|
||||
Field player:Player
|
||||
Method OnCreate:Int()
|
||||
local img:Image = LoadImage("player.png")
|
||||
player = New Player(img, 100, 100)
|
||||
SetUpdateRate 60
|
||||
End
|
||||
End
|
Reference in New Issue
Block a user