Moved games to new game menu (#2544)

* Moved games to new game menu
* There's enough games to have a menu now and I plan to make more. Having them in "Utilities" made no sense.
This commit is contained in:
RocketGod
2025-03-06 13:27:25 -08:00
committed by GitHub
parent ee472e1ed2
commit a17995fd2b
8 changed files with 74 additions and 4 deletions

View File

@@ -105,6 +105,44 @@ static constexpr Bitmap bitmap_icon_utilities{
{16, 16},
bitmap_icon_utilities_data};
static constexpr uint8_t bitmap_icon_games_data[] = {
0x0C,
0x0C,
0x0C,
0x0C,
0x3F,
0x3C,
0xFF,
0x7E,
0xFF,
0xFF,
0xFF,
0xFF,
0xCC,
0xCC,
0xCC,
0xCC,
0xFF,
0xFF,
0xE7,
0x73,
0xE7,
0x73,
0x33,
0x33,
0x03,
0x30,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
};
static constexpr Bitmap bitmap_icon_games{
{16, 16},
bitmap_icon_games_data};
static constexpr uint8_t bitmap_stripes_data[] = {
0xFF,
0x03,