This commit is contained in:
Lucastaa
2026-05-08 13:01:04 +07:00
parent 29dfa4d843
commit 5025383676
4 changed files with 14 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ namespace Hallucinate.GameSetup.Maze
public float tJunctionOffset = 0f;
public float cornerOffset = 0f;
public float deadEndOffset = 0f;
public float stairsOffset = 0f;
[Header("Prefabs")]
public GameObject wallPrefab;
@@ -28,7 +29,7 @@ namespace Hallucinate.GameSetup.Maze
public GameObject corridorDeadEnd;
[Header("Visualization Settings")]
public float scale = 1f;
public float scale = 0.167f;
public float animationDuration = 0.25f;
public GameObject GetPrefab(MazeCellType type)