fixed crawling

This commit is contained in:
Priec
2025-12-11 08:31:39 +01:00
parent ca7eac70e4
commit 0083fff73a
3 changed files with 4 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ void render_loop(int speed) {
int player_speed = 6;
bool game_over = false;
player_state.set_state(PlayerState::Run);
player_state.set_state(PlayerState::Walk);
CrawlObstacleType type = CrawlObstacleType::Crawl1;
int start_x = VIEW_WIDTH + 10;