Velocity-corrected bezier pathfinding control, swimming control

This commit is contained in:
Joshua Barretto
2020-07-04 20:22:55 +01:00
committed by jshipsey
parent ca9ae13527
commit 8508b5177b
8 changed files with 112 additions and 33 deletions

View File

@ -81,7 +81,6 @@ pub enum Activity {
Follow {
target: EcsEntity,
chaser: Chaser,
move_dir: Vec2<f32>,
},
Attack {
target: EcsEntity,