feat: ghosts system

This commit is contained in:
2025-08-15 20:38:18 -05:00
parent e0a15c1ca8
commit 3d0bc66e40
5 changed files with 271 additions and 3 deletions

View File

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