use bevy::{input::ButtonInput, math::Vec3, prelude::*, render::camera::Camera}; // A simple camera system for moving and zooming the camera. #[allow(dead_code)] pub fn movement( time: Res