serenity/Userland/Games/Solitaire
Timothy Flynn 59193dd6b3 Solitaire: Only start timer when the timer event is needed
The timer is no longer used to trigger a paint event for all updates; it
is only used to paint the new-game and game-over animations. So only run
the timer during those events.
2021-05-05 21:38:45 +02:00
..
Card.cpp Solitaire: Place files in Solitaire namespace and rename main widget 2021-05-05 21:38:45 +02:00
Card.h Solitaire: Place files in Solitaire namespace and rename main widget 2021-05-05 21:38:45 +02:00
CardStack.cpp Solitaire: Refactor painting logic to accomodate to-be-added widgets 2021-05-05 21:38:45 +02:00
CardStack.h Solitaire: Refactor painting logic to accomodate to-be-added widgets 2021-05-05 21:38:45 +02:00
CMakeLists.txt Solitaire: Convert Solitaire window to be created from GML 2021-05-05 21:38:45 +02:00
Game.cpp Solitaire: Only start timer when the timer event is needed 2021-05-05 21:38:45 +02:00
Game.h Solitaire: Refactor painting logic to accomodate to-be-added widgets 2021-05-05 21:38:45 +02:00
main.cpp Solitaire: Convert Solitaire window to be created from GML 2021-05-05 21:38:45 +02:00
Solitaire.gml Solitaire: Refactor painting logic to accomodate to-be-added widgets 2021-05-05 21:38:45 +02:00