mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-17 18:12:36 -06:00
refactor: store common components & bundles in 'common' submodule, move others directly into relevant files, create 'animation' submodule
This commit is contained in:
@@ -13,7 +13,7 @@ use sdl2::{
|
||||
};
|
||||
use smallvec::{smallvec, SmallVec};
|
||||
|
||||
use crate::systems::components::DeltaTime;
|
||||
use crate::systems::DeltaTime;
|
||||
use crate::{
|
||||
events::{GameCommand, GameEvent},
|
||||
map::direction::Direction,
|
||||
|
||||
Reference in New Issue
Block a user