diff --git a/src/floor/systems/spawn.rs b/src/floor/systems/spawn.rs index 1712c24..445a12f 100644 --- a/src/floor/systems/spawn.rs +++ b/src/floor/systems/spawn.rs @@ -33,6 +33,7 @@ pub(super) fn spawn_floor( floor: target_floor, config: MazeConfig { start_pos: config.end_pos, + radius: config.radius + 2, ..default() }, });