Move some editor-only properties out of scenario.xml into an editor.xml file #728
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We've got an
<editor>element inscenario.xmlwhich mostly contains things that do belong in version control, and/or might eventually be useful to have other parts of the code know about (like if we wanted to enhance the ingame/pcedit debug SDF editor to show the names of flags you could edit):Two things near the top of the file don't belong in version control and whenever I fix a core scenario they are modified:
last-out-section and last-town.I would like to split these two off into a new xml file,
editor.xml, which can be added to the gitignore.While I'm at it, I would like to add more state to that file:
The first part of this is done. Still need to add the new state to it.