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

3
game/shared/src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod despawn;
pub mod states;
pub mod tags;