mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-10 14:07:59 -06:00
refactor: store common components & bundles in 'common' submodule, move others directly into relevant files, create 'animation' submodule
This commit is contained in:
@@ -3,7 +3,7 @@ use crate::constants::{MapTile, BOARD_CELL_SIZE, CELL_SIZE};
|
||||
use crate::map::direction::Direction;
|
||||
use crate::map::graph::{Graph, Node, TraversalFlags};
|
||||
use crate::map::parser::MapTileParser;
|
||||
use crate::systems::movement::NodeId;
|
||||
use crate::systems::NodeId;
|
||||
use bevy_ecs::resource::Resource;
|
||||
use glam::{I8Vec2, IVec2, Vec2};
|
||||
use std::collections::{HashMap, VecDeque};
|
||||
|
||||
Reference in New Issue
Block a user