fmt
All checks were successful
Rust Checks / checks (push) Successful in 2m24s
Rust Checks / checks (pull_request) Successful in 3m4s

This commit is contained in:
Raphaël 2024-03-09 15:28:01 +01:00
parent 31bebd6542
commit 66b0cab4ff

View file

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