destroy SceneFlxStates when a FlxMovie ends

This commit is contained in:
2021-12-21 16:37:38 -07:00
parent a54bb7cc73
commit a588954d86
3 changed files with 9 additions and 6 deletions

View File

@@ -22,6 +22,9 @@
(FlxG.state.openSubState currentState)
(cc))
(method :Void cleanup []
(FlxG.state.openSubState null))
(var STAGE_LEFT_X 150)
(var STAGE_RIGHT_X (- 1280 150))
(var ACTOR_Y 500)