FullControl for stage positions

This commit is contained in:
2022-01-10 14:19:16 -07:00
parent a0e65fb4c1
commit 3ecb4cd479
2 changed files with 66 additions and 43 deletions

View File

@@ -14,6 +14,10 @@ enum FlxStagePosition {
Right;
LeftBehind;
RightBehind;
// Specify the layer and position relative to screen size, or in absolute coordinates, etc.
// AND don't move the object automatically for any reason
FullControl(layer:Int, pos:RelativePosition);
}
enum FlxStageFacing {