use core::f32; use avian2d::prelude::*; use bevy::{ input::mouse::{AccumulatedMouseScroll, MouseScrollUnit}, math::curve::EaseFunction::SmoothStep, prelude::*, }; use super::objects::{Player, Radius}; /// Move the player character based on the keyboard input pub fn move_player( time: Res