This commit is contained in:
parent
cb64878186
commit
293ccf9370
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue