diff --git a/Userland/Games/Solitaire/Game.cpp b/Userland/Games/Solitaire/Game.cpp index c6bbeab553..6e1f29d5a6 100644 --- a/Userland/Games/Solitaire/Game.cpp +++ b/Userland/Games/Solitaire/Game.cpp @@ -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()