mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +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
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