mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
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:
parent
c809dbb4be
commit
5e334eb196
2 changed files with 8 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ function ChooseLevelMenu::onWake(%this)
|
|||
textLocation = "left";
|
||||
textMargin = 120;
|
||||
groupNum = 2;
|
||||
cansave = false;
|
||||
};
|
||||
|
||||
LevelPreviewArray.add(%preview);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue