fix: working movement again with ecs

This commit is contained in:
2025-08-14 18:35:23 -05:00
parent 0aa056a0ae
commit 70fb2b9503
4 changed files with 49 additions and 49 deletions

View File

@@ -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")