Always derive Debug
All checks were successful
CI / Formatting (push) Successful in 1m13s

This commit is contained in:
Michael Bradley 2025-06-03 00:04:56 -04:00
parent cb64878186
commit 293ccf9370
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
3 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@ pub fn check_for_seed(seed: Option<Res<Seed>>, mut next_state: ResMut<NextState<
}
/// The size of the playable area (x, y)
#[derive(Resource)]
#[derive(Resource, Debug)]
pub struct PlayableArea(f32, f32);
/// Initialize deterministic values