mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-13 10:12:19 -06:00
refactor: rename 'ecs' submodule to 'systems'
This commit is contained in:
@@ -4,7 +4,6 @@ pub mod app;
|
||||
pub mod asset;
|
||||
pub mod audio;
|
||||
pub mod constants;
|
||||
pub mod ecs;
|
||||
pub mod entity;
|
||||
pub mod error;
|
||||
pub mod game;
|
||||
@@ -12,4 +11,5 @@ pub mod helpers;
|
||||
pub mod input;
|
||||
pub mod map;
|
||||
pub mod platform;
|
||||
pub mod systems;
|
||||
pub mod texture;
|
||||
|
||||
Reference in New Issue
Block a user