Fix travis CI again
This commit is contained in:
8
projects/flixel-ascii-game/source/AsciiGameLogic.kiss
Normal file
8
projects/flixel-ascii-game/source/AsciiGameLogic.kiss
Normal file
@@ -0,0 +1,8 @@
|
||||
(defmethod new [] 0)
|
||||
|
||||
(defmethod :Void initialize [:Assets assets]
|
||||
(assets.loadSurface "laptop" AssetPaths.laptop__srf))
|
||||
(defmethod :Void update [:Game game :Float deltaSeconds] 0)
|
||||
(defmethod :Void draw [:Void->Graphics graphics :Assets assets]
|
||||
(oncePerInstance
|
||||
(.blitSurface (graphics) (assets.getSurface "laptop") 0 0)))
|
||||
Reference in New Issue
Block a user