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