Fix bad Hollywoo naming conventions
This commit is contained in:
12
src/hollywoo_flixel/SceneFlxState.kiss
Normal file
12
src/hollywoo_flixel/SceneFlxState.kiss
Normal file
@@ -0,0 +1,12 @@
|
||||
(defNew [&prop :String set &prop :SceneTime time &prop :ScenePerspective perspective]
|
||||
[
|
||||
:Map<String,Character<FlxStagePosition,FlxStageFacing,ActorFlxSprite>> characters (new Map)
|
||||
]
|
||||
(super))
|
||||
|
||||
(method &override :Void create []
|
||||
(super.create)
|
||||
(add (.loadGraphic (new FlxSprite 0 0) set)))
|
||||
|
||||
(method &override :Void update [:Float elapsed]
|
||||
(super.update elapsed))
|
Reference in New Issue
Block a user