mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-11 06:08:02 -06:00
refactor: remove dead code, move direction & graph into 'map' module
This commit is contained in:
@@ -10,8 +10,8 @@ use sdl2::{event::Event, keyboard::Keycode, EventPump};
|
||||
|
||||
use crate::systems::components::DeltaTime;
|
||||
use crate::{
|
||||
entity::direction::Direction,
|
||||
events::{GameCommand, GameEvent},
|
||||
map::direction::Direction,
|
||||
};
|
||||
|
||||
#[derive(Resource, Default, Debug, Copy, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user