mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
fix(editor): minor README formatting improvement in export
This commit is contained in:
parent
01d3638835
commit
f20e602d32
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ void EditorApp::exportZone(const std::string& outputDir) {
|
|||
readme << "NPCs: " << npcSpawner_.spawnCount() << "\n";
|
||||
readme << "Quests: " << questEditor_.questCount() << "\n";
|
||||
readme << "Created with Wowee World Editor v0.8.0\n\n";
|
||||
readme << "Open Formats (no Blizzard IP):\n";
|
||||
readme << "\nOpen Formats (no Blizzard IP):\n";
|
||||
readme << " .wot/.whm — Wowee Open Terrain (heightmap + metadata)\n";
|
||||
readme << " .wom — Wowee Open Model (static 3D models)\n";
|
||||
readme << " .wob — Wowee Open Building (multi-group buildings)\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue