Add a responsive scaling for ui #73

Merged
raphael merged 11 commits from change-scaling into main 2024-03-09 17:24:22 +00:00
Showing only changes of commit 66b0cab4ff - Show all commits

View file

@ -4,8 +4,8 @@ use bevy::prelude::*;
pub mod camera; pub mod camera;
pub mod map; pub mod map;
pub mod scenes;
pub mod responsive_scale; pub mod responsive_scale;
pub mod scenes;
/// The current scene of the game. /// The current scene of the game.
#[derive(Debug, Clone, Copy, Default, Eq, PartialEq, Hash, States)] #[derive(Debug, Clone, Copy, Default, Eq, PartialEq, Hash, States)]