stage positions behind the others

This commit is contained in:
2022-01-03 16:46:13 -07:00
parent e78eb6b704
commit 7d88fd4de3
3 changed files with 30 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ import openfl.Assets;
enum FlxStagePosition {
Left;
Right;
LeftBehind;
RightBehind;
}
enum FlxStageFacing {