mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 02:12:29 -06:00
refactor: implement entity trait, common abstraction for movement & rendering
This commit is contained in:
@@ -18,6 +18,7 @@ use crate::{
|
||||
entity::{
|
||||
ghost::{Ghost, GhostType},
|
||||
pacman::Pacman,
|
||||
r#trait::Entity,
|
||||
},
|
||||
map::Map,
|
||||
texture::{
|
||||
|
||||
Reference in New Issue
Block a user