Merge branch 'main' of github.com:Back777space/among-me

This commit is contained in:
LorrensP-2158466
2025-04-06 23:18:14 +02:00
3 changed files with 54 additions and 41 deletions

View File

@@ -164,7 +164,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())),
),
(
@@ -180,7 +180,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())),
),
(
@@ -193,7 +193,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())),
),
(
@@ -206,7 +206,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())),
),
(