collectables
Some checks failed
Build Bevy Game (Linux + Windows) / build-windows (push) Has been cancelled
Build Bevy Game (Linux + Windows) / build-linux (push) Has been cancelled

This commit is contained in:
Crizomb 2026-01-02 21:15:21 +01:00
parent 467f147142
commit 5cafda10af
11 changed files with 162 additions and 19 deletions

View file

@ -1,5 +1,7 @@
use bevy::prelude::*;
pub const MAP_SIZE: u32 = 1000;
#[derive(Resource)]
pub struct MapBounds {
pub min: Vec2,