Add a camera system #69

Merged
CoCo_Sol merged 15 commits from camera into main 2024-03-02 11:18:13 +00:00
Showing only changes of commit 2266bf7667 - Show all commits

View file

@ -1,4 +1,5 @@
//! This module contains the camera systems responsible for movement and scaling. //! This module contains the camera systems responsible for movement and
//! scaling.
use bevy::input::mouse::{MouseScrollUnit, MouseWheel}; use bevy::input::mouse::{MouseScrollUnit, MouseWheel};
use bevy::prelude::*; use bevy::prelude::*;