mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
feat(editor): WOT metadata includes editor version for compatibility tracking
This commit is contained in:
parent
8ef151a07e
commit
324970b866
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ bool WoweeTerrain::exportOpen(const pipeline::ADTTerrain& terrain,
|
|||
if (!f) return false;
|
||||
f << "{\n";
|
||||
f << " \"format\": \"wot-1.0\",\n";
|
||||
f << " \"editor\": \"wowee-editor-0.8.0\",\n";
|
||||
f << " \"tileX\": " << tileX << ",\n";
|
||||
f << " \"tileY\": " << tileY << ",\n";
|
||||
f << " \"chunkGrid\": [16, 16],\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue