update ContentType naming

This commit is contained in:
MihailRis
2024-08-14 00:47:57 +03:00
parent 7da8e133a5
commit cae314bc36
7 changed files with 23 additions and 24 deletions
+1 -2
View File
@@ -11,9 +11,8 @@ function generate_heightmap(x, y)
local bmap = Heightmap(W, H)
bmap:noise({x+3, y+6}, 0.1, 1, 3)
local map = Heightmap(W, H)
map:noise({x, y}, 0.06, 5, 0.2, umap, vmap)
map:noise({x, y}, 0.12, 6, 0.5, umap, vmap)
map:mul(bmap)