Merge branch 'main' of github.com:Back777space/among-me
This commit is contained in:
@@ -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())),
|
||||
),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user