mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2026-03-22 00:26:29 +00:00
feat(maze): increase maze radius with new levels #17
This commit is contained in:
@@ -33,6 +33,7 @@ pub(super) fn spawn_floor(
|
||||
floor: target_floor,
|
||||
config: MazeConfig {
|
||||
start_pos: config.end_pos,
|
||||
radius: config.radius + 2,
|
||||
..default()
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user