mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-14 22:12:23 -06:00
refactor: remove dead code, move direction & graph into 'map' module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::entity::direction::Direction;
|
||||
use crate::entity::graph::Graph;
|
||||
use crate::error::{EntityError, GameResult};
|
||||
use crate::map::direction::Direction;
|
||||
use crate::map::graph::Graph;
|
||||
use bevy_ecs::component::Component;
|
||||
use glam::Vec2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user