From 1c970a3f41def37d8cddc567a29a0683c05a3dae Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 2 Jun 2021 16:25:28 -0500 Subject: [PATCH] Remove custom movement system. --- src/navigation.rs | 69 +++------------------------------------------- src/pathfinding.rs | 6 +--- 2 files changed, 5 insertions(+), 70 deletions(-) diff --git a/src/navigation.rs b/src/navigation.rs index b6e0aec..20bd2d0 100644 --- a/src/navigation.rs +++ b/src/navigation.rs @@ -99,6 +99,7 @@ fn add_map_colliders(mut commands: Commands, maps: Query<(Entity, &Map), Added( mut commands: Commands, config: Res>, @@ -233,50 +234,6 @@ fn movement_controls( } } -fn movement( - time: Res