feat: item collection system, score mutations

This commit is contained in:
2025-08-15 18:41:08 -05:00
parent 80930ddd35
commit 4d397bba5f
3 changed files with 46 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ pub mod control;
pub mod debug;
pub mod formatting;
pub mod input;
pub mod item;
pub mod movement;
pub mod profiling;
pub mod render;