This commit is contained in:
Lucastaa
2026-05-08 09:50:34 +07:00
parent 1e81f24053
commit 29dfa4d843
5 changed files with 28 additions and 12 deletions

View File

@@ -41,8 +41,8 @@ namespace Hallucinate.GameSetup.Maze
MazeCellType.Path => pathPrefab,
MazeCellType.Start => startPrefab,
MazeCellType.End => endPrefab,
MazeCellType.StairUp => stairUpPrefab,
MazeCellType.StairDown => stairDownPrefab,
MazeCellType.StairsUp => stairUpPrefab,
MazeCellType.StairsDown => stairDownPrefab,
_ => null
};
}