mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-10 06:07:55 -06:00
refactor: reorganize hud-related elements into systems/hud submodule
This commit is contained in:
7
src/systems/hud/mod.rs
Normal file
7
src/systems/hud/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub mod lives;
|
||||
pub mod score;
|
||||
pub mod touch;
|
||||
|
||||
pub use self::lives::*;
|
||||
pub use self::score::*;
|
||||
pub use self::touch::*;
|
||||
Reference in New Issue
Block a user