Block a user
1fb194266c
Update direction in PreUpdate.
e1a1522269
Correctly calculate direction and distance with yaws.
1fcec80e0e
Add system for limiting speed.
c02f9b21d6
Navigation cleanup.
627f63211d
Refactor to leafwing-input-manager.
c0a1befd98
Correct distance calculation between colliders.
4495174be0
Fix yaw calculation.
5f14a90b92
Refactor access of
AsyncComputeTaskPool
.
2ff8a858ed
Update to Bevy 0.8.
360bf5094b
cargo fmt
3e6b864e3e
Merge branch 'visibility'
df3e72909c
Remove unnecessary default.
d19048c4a8
Use AABB intersection rather than point containment.
a0ca6a9f55
Massive visibility cleanup/optimization.
1721dc98f8
Refactor helpers for direction and distance, adding some that take colliders into account.
2d00bbb2db
Add implementation of
PointLike
for &Destination
.
410b07826c
Add
Zone
component on rooms.