refactor: reorganize ecs components

This commit is contained in:
2025-08-15 09:17:43 -05:00
parent 70fb2b9503
commit 242da2e263
12 changed files with 291 additions and 294 deletions

View File

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