feat(maze): increase maze radius with new levels #17

This commit is contained in:
Kristofers Solo 2025-01-05 15:32:36 +02:00
parent 58501cf536
commit db121bffa5

View File

@ -33,6 +33,7 @@ pub(super) fn spawn_floor(
floor: target_floor,
config: MazeConfig {
start_pos: config.end_pos,
radius: config.radius + 2,
..default()
},
});