serenity/Userland/Games
Sam Atkins 364d728e66 Solitaire: Disable filling with background color during end animation
This fixes #7792.

The visual glitches with card corners, and the screen-clear when
opening a menu, were both caused by the widgets having
`fill_with_background_color` set. We need that set most of the time,
so we just disable it for the duration of the game-over animation.

Also resove a FIXME that no longer applies. :^)
2021-06-13 19:29:52 +01:00
..
2048 2048: Fix move success detection 2021-06-12 00:46:11 +01:00
Breakout Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
Chess Chess: Remove 1:1 window aspect ratio 2021-06-11 11:31:35 +02:00
GameOfLife GameOfLife: Add choosable patterns 2021-05-22 09:54:58 +01:00
Hearts AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
Minesweeper Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Pong Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
Snake LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font() 2021-05-20 20:55:29 +02:00
Solitaire Solitaire: Disable filling with background color during end animation 2021-06-13 19:29:52 +01:00
CMakeLists.txt Games: Add Hearts 2021-05-21 23:38:18 +02:00