1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 22:42:19 +00:00
serenity/Userland/Games/2048
Jakub Pyszczak ac49617183 2048: Ensure that correct font is requested
Previously, during the start of the game BoardView component tried to
get the font from the database passing empty string as a parameter.
It caused a debug message informing user that the lookup failed.
2024-02-18 21:34:38 +01:00
..
BoardView.cpp 2048: Ensure that correct font is requested 2024-02-18 21:34:38 +01:00
BoardView.h
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
Game.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Game.h
GameSizeDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
GameSizeDialog.gml
GameSizeDialog.h
GameWindow.gml
main.cpp Games: Add fullscreen option 2024-01-14 15:18:43 -07:00