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
2 changed files with 38 additions and 69 deletions

View File

@@ -4,9 +4,7 @@
* | Find me at https://betaskynet.com | * | Find me at https://betaskynet.com |
* | Argh matey! | * | Argh matey! |
* ------------------------------------------------------------ * ------------------------------------------------------------
*/ *
/*
* Chrome Dino Game for Portapack Mayhem * Chrome Dino Game for Portapack Mayhem
* Based on the original DinoGame by various contributors * Based on the original DinoGame by various contributors
*/ */
@@ -32,38 +30,23 @@ __attribute__((section(".external_app.app_dinogame.application_information"), us
"Dino Game", "Dino Game",
{ {
0x00, // Cactus icon 16x16
0x00, 0x00, 0x00, // ................
0x00, 0x80, 0x01, // .......##.......
0x00, 0x80, 0x01, // .......##.......
0x00, 0x80, 0x01, // .......##.......
0x00, 0x98, 0x19, // ...##..##..##...
0x00, 0x98, 0x19, // ...##..##..##...
0x00, 0x98, 0x19, // ...##..##..##...
0x00, 0x98, 0x19, // ...##..##..##...
0x00, 0xF8, 0x1F, // ...##########...
0xF0, 0xF0, 0x0F, // ....########....
0xF8, 0x80, 0x01, // .......##.......
0xFC, 0x80, 0x01, // .......##.......
0xFE, 0x80, 0x01, // .......##.......
0xFF, 0x80, 0x01, // .......##.......
0xFF, 0x80, 0x01, // .......##.......
0x7F, 0x00, 0x00, // ................
0x7F,
0x3F,
0x3F,
0x3E,
0x3C,
0x38,
0x30,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
}, },
ui::Color::green().v, ui::Color::green().v,
app_location_t::GAMES, app_location_t::GAMES,

View File

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