mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-11 04:07:55 -06:00
refactor: rename 'ecs' submodule to 'systems'
This commit is contained in:
@@ -10,7 +10,6 @@ mod asset;
|
||||
mod audio;
|
||||
mod constants;
|
||||
|
||||
mod ecs;
|
||||
mod entity;
|
||||
mod error;
|
||||
mod game;
|
||||
@@ -18,6 +17,7 @@ mod helpers;
|
||||
mod input;
|
||||
mod map;
|
||||
mod platform;
|
||||
mod systems;
|
||||
mod texture;
|
||||
|
||||
/// The main entry point of the application.
|
||||
|
||||
Reference in New Issue
Block a user