refactor: move position/movement related components into systems/movement

This commit is contained in:
2025-08-15 13:05:03 -05:00
parent a531228b95
commit 7f95c0233e
8 changed files with 126 additions and 124 deletions

View File

@@ -1,6 +1,6 @@
use glam::Vec2;
use crate::systems::components::NodeId;
use crate::systems::movement::NodeId;
use super::direction::Direction;