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:
parent
40c16b3ce5
commit
5619ed1dc6
8 changed files with 259 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue