Compare commits
No commits in common. "4b16bd377d5cb43d87dd3d375abbee9c3a552a4b" and "ce794662fef9cd1b6d11568213df163dac45c301" have entirely different histories.
4b16bd377d
...
ce794662fe
|
@ -1071,7 +1071,6 @@
|
||||||
Did you order pizza by any chance?:
|
Did you order pizza by any chance?:
|
||||||
- I do not have a mechanism for pizza ingestion.
|
- I do not have a mechanism for pizza ingestion.
|
||||||
- Subsistence is futile.
|
- Subsistence is futile.
|
||||||
- See you!: []
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -193,7 +193,6 @@ pub fn setup(
|
||||||
bevy::pbr::NotShadowReceiver,
|
bevy::pbr::NotShadowReceiver,
|
||||||
Position::default(),
|
Position::default(),
|
||||||
actor::WantsToLookAt(cmd::ID_SPECIAL_PLAYERCAM.to_string()),
|
actor::WantsToLookAt(cmd::ID_SPECIAL_PLAYERCAM.to_string()),
|
||||||
visual::IsEffect,
|
|
||||||
LinearVelocity::default(),
|
LinearVelocity::default(),
|
||||||
SpatialBundle {
|
SpatialBundle {
|
||||||
transform: Transform::from_scale(Vec3::splat(RACE_TARGET_RADIUS as f32)),
|
transform: Transform::from_scale(Vec3::splat(RACE_TARGET_RADIUS as f32)),
|
||||||
|
|
Loading…
Reference in a new issue