mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 09:03:52 +00:00
feat(editor): zone thumbnail included in export for content pack browsing
This commit is contained in:
parent
6747456f48
commit
ae7942ef39
1 changed files with 2 additions and 0 deletions
|
|
@ -794,6 +794,8 @@ void EditorApp::exportZone(const std::string& outputDir) {
|
|||
WoweeTerrain::exportNormalMap(terrain_, openBase + "_normals.png");
|
||||
WoweeTerrain::exportAlphaMaps(terrain_, base + "/alphamaps");
|
||||
WoweeTerrain::exportHeightmapPreview(terrain_, openBase + "_heightmap.png");
|
||||
// Also save heightmap as zone thumbnail for content pack browsing
|
||||
WoweeTerrain::exportHeightmapPreview(terrain_, base + "/thumbnail.png");
|
||||
|
||||
// Write zone info README
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue