use bevy::{pbr::wireframe::{Wireframe, WireframeColor}, prelude::*}; use crate::components::{ColliderDebug, Velocity, AABB}; pub(crate) fn update_movement(mut moving_objects: Query<(&Velocity, &mut Transform)>, time: Res