Fix bad Hollywoo naming conventions

This commit is contained in:
2021-10-25 16:39:18 -04:00
parent 5111383f59
commit 0bb4ab7be4
10 changed files with 40 additions and 24 deletions

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