mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Snake: Tweak game speed so it's not too easy.
This commit is contained in:
parent
7234900f61
commit
4619019481
Notes:
sideshowbarker
2024-07-19 14:38:20 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/46190194817
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ void SnakeGame::reset()
|
|||
m_score_text = "Score: 0";
|
||||
m_velocity_queue.clear();
|
||||
stop_timer();
|
||||
start_timer(120);
|
||||
start_timer(100);
|
||||
spawn_fruit();
|
||||
update();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue