rest of the quick screen poses

This commit is contained in:
2022-01-08 13:39:07 -07:00
parent 9328c44547
commit c15683af83
2 changed files with 23 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
(super)
(add setSprite)
// TODO characters will be in front of every prop layer -- characters need their own group layer
(doFor i (range LAYER_MAX)
(doFor i (range (+ 1 LAYER_MAX))
(let [g (new FlxTypedGroup<FlxSprite>)]
(spriteLayers.push g)
(add g))))