refactor!: begin switching to bevy ECS, all tests broken, all systems broken

This commit is contained in:
2025-08-14 15:06:56 -05:00
parent 2f1ff85d8f
commit bc759f1ed4
23 changed files with 2373 additions and 1414 deletions

View File

@@ -4,6 +4,7 @@ pub mod app;
pub mod asset;
pub mod audio;
pub mod constants;
pub mod ecs;
pub mod entity;
pub mod error;
pub mod game;