collectables
This commit is contained in:
parent
467f147142
commit
5cafda10af
11 changed files with 162 additions and 19 deletions
|
|
@ -1,5 +1,7 @@
|
|||
use bevy::prelude::*;
|
||||
|
||||
pub const MAP_SIZE: u32 = 1000;
|
||||
|
||||
#[derive(Resource)]
|
||||
pub struct MapBounds {
|
||||
pub min: Vec2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue