feat(editor): zone thumbnail included in export for content pack browsing

This commit is contained in:
Kelsi 2026-05-05 11:21:11 -07:00
parent 6747456f48
commit ae7942ef39

View file

@ -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
{