mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
fix(editor): include quest count in export README, version tag
This commit is contained in:
parent
c8446fb782
commit
16a096b25d
1 changed files with 2 additions and 1 deletions
|
|
@ -704,7 +704,8 @@ void EditorApp::exportZone(const std::string& outputDir) {
|
|||
readme << "Tile: [" << loadedTileX_ << ", " << loadedTileY_ << "]\n";
|
||||
readme << "Objects: " << objectPlacer_.objectCount() << "\n";
|
||||
readme << "NPCs: " << npcSpawner_.spawnCount() << "\n";
|
||||
readme << "Created with Wowee World Editor\n\n";
|
||||
readme << "Quests: " << questEditor_.questCount() << "\n";
|
||||
readme << "Created with Wowee World Editor v0.3.0\n\n";
|
||||
readme << "Files:\n";
|
||||
readme << " zone.json - Zone manifest (for client)\n";
|
||||
readme << " " << loadedMap_ << ".wdt - Map definition\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue