use bevy states

despawn plugin
buiding plugin
This commit is contained in:
2024-06-05 22:00:00 -04:00
parent c31c2fb908
commit 05f9fa3143
20 changed files with 296 additions and 54 deletions

View File

@@ -14,13 +14,6 @@ pub struct ChunkAtlas {
pub is_loaded: bool,
}
#[derive(Resource, Default, Reflect)]
#[reflect(Resource)]
pub struct PhosMap {
pub ready: bool,
pub regenerate: bool,
}
#[derive(Component)]
pub struct PhosChunk {
pub index: usize,