mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Solitaire: Decrease new game animation delay
The current setting is an awful long time to wait for a game to start.
This commit is contained in:
parent
a07c178a02
commit
e8b508516a
Notes:
sideshowbarker
2024-07-18 18:39:48 +09:00
Author: https://github.com/trflynn89
Commit: e8b508516a
Pull-request: https://github.com/SerenityOS/serenity/pull/6880
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ REGISTER_WIDGET(Solitaire, Game);
|
|||
|
||||
namespace Solitaire {
|
||||
|
||||
static constexpr uint8_t new_game_animation_delay = 5;
|
||||
static constexpr uint8_t new_game_animation_delay = 2;
|
||||
static constexpr int s_timer_interval_ms = 1000 / 60;
|
||||
|
||||
Game::Game()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue