kiss new-flixel-project
This commit is contained in:
5
template/source/PlayState.kiss
Normal file
5
template/source/PlayState.kiss
Normal file
@@ -0,0 +1,5 @@
|
||||
(method &override :Void create []
|
||||
(super.create))
|
||||
|
||||
(method &override :Void update [:Float elapsed]
|
||||
(super.update elapsed))
|
Reference in New Issue
Block a user