This commit is contained in:
Lucastaa
2026-05-01 23:19:01 +07:00
parent 51edae7bdd
commit 3168cf452d
134 changed files with 8269 additions and 1 deletions

View File

@@ -185,7 +185,7 @@ namespace Hallucinate.GameSetup.Maze
if (prefab == null) return;
float safeScale = Mathf.Max(0.001f, visualProfile.scale);
float modelScaleMultiplier = 0.335f;
float modelScaleMultiplier = 0.25f;
Vector3 worldPos = new Vector3(x * safeScale, 0, z * safeScale);