mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2025-10-21 19:20:34 +00:00
feat(maze): increase maze radius with new levels #17
This commit is contained in:
parent
58501cf536
commit
db121bffa5
@ -33,6 +33,7 @@ pub(super) fn spawn_floor(
|
||||
floor: target_floor,
|
||||
config: MazeConfig {
|
||||
start_pos: config.end_pos,
|
||||
radius: config.radius + 2,
|
||||
..default()
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user