mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-16 12:12:35 -06:00
refactor: move position/movement related components into systems/movement
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use glam::Vec2;
|
||||
|
||||
use crate::systems::components::NodeId;
|
||||
use crate::systems::movement::NodeId;
|
||||
|
||||
use super::direction::Direction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user