mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 06:12:34 -06:00
fix: working movement again with ecs
This commit is contained in:
@@ -135,7 +135,7 @@ impl Game {
|
||||
velocity: Velocity {
|
||||
direction: Direction::Up,
|
||||
next_direction: None,
|
||||
speed: Some(1.0),
|
||||
speed: 1.125,
|
||||
},
|
||||
sprite: Renderable {
|
||||
sprite: SpriteAtlas::get_tile(&atlas, "pacman/full.png")
|
||||
|
||||
Reference in New Issue
Block a user