Changed playerpos to collider, fixed mountain gen

This commit is contained in:
TAASONI3
2023-12-08 09:34:27 +01:00
parent 5fd78ed030
commit 10ad860d3e
9 changed files with 348 additions and 438 deletions

View File

@@ -164,7 +164,7 @@ namespace Assets.Scripts
case TileType.MOUNTAINS:
lowModifier[0] = 0.2f;
lowModifier[1] = 0.3f;
highModifier[0] = 1.25f;
highModifier[0] = 1.0f;
highModifier[1] = 0.2f;
break;
case TileType.LAKE: