mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 00:12:26 -06:00
refactor: move direction & edible into entity submodule
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
pub mod blinky;
|
||||
pub mod direction;
|
||||
pub mod edible;
|
||||
pub mod ghost;
|
||||
pub mod pacman;
|
||||
|
||||
use crate::{
|
||||
constants::{MapTile, BOARD_OFFSET, BOARD_WIDTH, CELL_SIZE},
|
||||
direction::Direction,
|
||||
entity::direction::Direction,
|
||||
map::Map,
|
||||
modulation::SimpleTickModulator,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user