fix lime travis error

This commit is contained in:
2021-04-28 15:04:52 -06:00
parent 42d50600d1
commit 1a67868ec2
20 changed files with 7 additions and 7 deletions

View 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)))