Open Ryex opened 9 years ago
Currently project files look like this in INI format
Default Project.arcproj:
[Project] Title=Default Project [Files] list=Actors|Classes|Skills|Items|Weapons|Armors|Enemies|Troops|States|Animations|Tilesets|CommonEvents|System|MapInfos
in order for internal consistency and the ability to add new features to the files easier the format should be changed to JSON.
{ "Project": { "Title": "Default Project" }, "Files": { "list": ["Actors", "Classes", "Skills", "Items", "Weapons", "Armors", "Enemies", "Troops", "States", "Animations", "Tilesets", "CommonEvents", "System", "MapInfos"] } }
this effort shold coencide with the efforts in issue #32 to rework the project system to FileHandelers
Currently project files look like this in INI format
Default Project.arcproj:
in order for internal consistency and the ability to add new features to the files easier the format should be changed to JSON.
this effort shold coencide with the efforts in issue #32 to rework the project system to FileHandelers