round door to doors

This commit is contained in:
AmadeusWM
2025-04-06 23:17:26 +02:00
parent 8c5081b2dc
commit 902ed398e4
3 changed files with 54 additions and 41 deletions

View File

@@ -165,7 +165,7 @@ fn spawn_level(
pos.with_rotation(Quat::from_rotation_y(90.0_f32.to_radians())),
),
(
round_door.clone(),
door.clone(),
pos.with_rotation(Quat::from_rotation_y(180.0_f32.to_radians())),
),
(
@@ -181,7 +181,7 @@ fn spawn_level(
pos.with_rotation(Quat::from_rotation_y(90.0_f32.to_radians())),
),
(
round_door.clone(),
door.clone(),
pos.with_rotation(Quat::from_rotation_y(0.0_f32.to_radians())),
),
(
@@ -194,7 +194,7 @@ fn spawn_level(
vec![
(wall.clone(), pos),
(
round_door.clone(),
door.clone(),
pos.with_rotation(Quat::from_rotation_y(90.0_f32.to_radians())),
),
(
@@ -207,7 +207,7 @@ fn spawn_level(
vec![
(wall.clone(), pos),
(
round_door.clone(),
door.clone(),
pos.with_rotation(Quat::from_rotation_y(270.0_f32.to_radians())),
),
(