don't save map population elements when editing

track addOption entry/slider/group position in the overall list, and use that found key to hook in the "<" and ">" subelements for selection purposes
This commit is contained in:
AzaezelX 2024-01-04 11:54:28 -06:00
parent c809dbb4be
commit 5e334eb196
2 changed files with 8 additions and 0 deletions

View file

@ -87,6 +87,7 @@ function ChooseLevelMenu::onWake(%this)
textLocation = "left";
textMargin = 120;
groupNum = 2;
cansave = false;
};
LevelPreviewArray.add(%preview);