mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:47:44 +00:00
Snake: Tweak game speed so it's not too easy.
This commit is contained in:
parent
7234900f61
commit
4619019481
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ void SnakeGame::reset()
|
||||||
m_score_text = "Score: 0";
|
m_score_text = "Score: 0";
|
||||||
m_velocity_queue.clear();
|
m_velocity_queue.clear();
|
||||||
stop_timer();
|
stop_timer();
|
||||||
start_timer(120);
|
start_timer(100);
|
||||||
spawn_fruit();
|
spawn_fruit();
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue