This commit is contained in:
Rainer Leit
2026-09-25 17:02:24 +03:00
parent cc43ed8dc8
commit 9597629951
2149 changed files with 460234 additions and 1770 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ def main(argv=None):
layers = derive_layers(metres, derived, manifest, np.random.default_rng(int(manifest.source.get("seed", 0)) + 1))
os.makedirs(args.out, exist_ok=True)
heightmap_io.write_png(os.path.join(args.out, "L_World_Height.png"), height)
heightmap_io.write_png(os.path.join(args.out, "L_Canvas_Proto_Height.png"), height)
for name, data in layers.items():
heightmap_io.write_png(os.path.join(args.out, LAYER_FILES[name]), data)
for name, data in derived.items():