fix: stabilize water depth and rounded mask

This commit is contained in:
Tom Boullay
2026-05-26 22:56:50 +02:00
parent 1c27d55e5a
commit d6d3d5b685
9 changed files with 126 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export const TERRAIN_SURFACE_PROJECTION = {
offsetX: 0,
offsetZ: 0,
};
export const TERRAIN_WATER_HEIGHT = 0;
export const TERRAIN_WATER_HEIGHT = 0.8;
export const TERRAIN_TILE_SIZE = 1;
export const GRASS_BASE_COLOR = "#1a3a1a";