1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 17:07:35 +00:00

2048: Make board size and target tile configurable

This adds a "settings" option that allows the user to configure the
board size and target tile, and optionally save them to a config file.
Closes #3219.
This commit is contained in:
AnotherTest 2020-08-19 20:47:17 +04:30 committed by Andreas Kling
parent 40c16b3ce5
commit 5619ed1dc6
8 changed files with 259 additions and 15 deletions

View file

@ -49,6 +49,7 @@ private:
size_t columns() const;
void pick_font();
void resize();
Color background_color_for_cell(u32 value);
Color text_color_for_cell(u32 value);