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

@@ -10,6 +10,7 @@ mod asset;
mod audio;
mod constants;
mod ecs;
mod entity;
mod error;
mod game;