Update app icons for Space Invaders and Dino Game (#2713)

This commit is contained in:
RocketGod 2025-06-25 07:08:48 -07:00 committed by GitHub
parent 4fbba205ad
commit 22cc311447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 38 additions and 69 deletions

View file

@ -27,43 +27,29 @@ __attribute__((section(".external_app.app_spaceinv.application_information"), us
"Space Invaders",
{
0x18,
0x3C,
0x7E,
0xDB,
0xFF,
0xFF,
0x24,
0x66,
0x42,
0x00,
0x24,
0x18,
0x24,
0x42,
0x81,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
// Space Invader alien icon 16x16
0x00, 0x18, // .......##.......
0x00, 0x3C, // ......####......
0x00, 0x7E, // .....######.....
0x00, 0xDB, // ....##.##.##....
0x00, 0xFF, // ....########....
0x00, 0xFF, // ....########....
0x00, 0x24, // ......#..#......
0x00, 0x66, // .....##..##.....
0x00, 0x42, // .....#....#.....
0x00, 0x00, // ................
0x00, 0x24, // ......#..#......
0x00, 0x18, // .......##.......
0x00, 0x24, // ......#..#......
0x00, 0x42, // .....#....#.....
0x00, 0x81, // ....#......#....
0x00, 0x00, // ................
},
ui::Color::yellow().v,
ui::Color::magenta().v,
app_location_t::GAMES,
-1,
{0, 0, 0, 0},
0x00000000,
};
} // namespace ui::external_app::spaceinv
} // namespace ui::external_app::spaceinv