From b411ce677dfcafbda09d1520c6dcbab544479ec1 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Thu, 3 Apr 2008 22:43:39 +0000 Subject: FS#5725 - New Puzzle Game "PegBox"; with changes by myself: - button definitions for m:robe 100 and sansa c200 - adapted graphics for m:robe 100 - use image size directly from auto-generated headers - save data files in correct directory - manual chapter (still missing most screenshots) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16957 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 6f069dd9f1..fe546cab25 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -321,6 +321,51 @@ minesweeper_tiles.12x12x2.bmp minesweeper_tiles.8x8x1.bmp #endif +/* PegBox */ +#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16) +pegbox_menu_top.320x68x16.bmp +pegbox_menu_items.120x32x16.bmp +pegbox_pieces.24x24x16.bmp +pegbox_header.320x40x16.bmp +#elif (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 192) && (LCD_DEPTH >= 16) +pegbox_menu_top.240x80x16.bmp +pegbox_menu_items.120x32x16.bmp +pegbox_pieces.16x16x16.bmp +pegbox_header.240x40x16.bmp +#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH >= 16) +pegbox_menu_top.220x60x16.bmp +pegbox_menu_items.70x20x16.bmp +pegbox_pieces.16x16x16.bmp +pegbox_header.220x40x16.bmp +#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH >= 16) +pegbox_menu_top.176x46x16.bmp +pegbox_menu_items.60x17x16.bmp +pegbox_pieces.12x12x16.bmp +pegbox_header.176x28x16.bmp +#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH >= 16) +pegbox_menu_top.160x42x16.bmp +pegbox_menu_items.60x17x16.bmp +pegbox_pieces.12x12x16.bmp +pegbox_header.160x24x16.bmp +#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH > 1) +pegbox_menu_top.160x42x4.bmp +pegbox_menu_items.60x17x4.bmp +pegbox_pieces.12x12x4.bmp +pegbox_header.160x24x4.bmp +#elif (LCD_WIDTH >= 138) && (LCD_HEIGHT >= 110) && (LCD_DEPTH > 1) +pegbox_menu_top.138x34x4.bmp +pegbox_menu_items.60x17x4.bmp +pegbox_pieces.8x8x1.bmp +pegbox_header.138x28x4.bmp +#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH == 1) +pegbox_menu_top.160x42x1.bmp +pegbox_menu_items.60x17x1.bmp +pegbox_pieces.12x12x1.bmp +pegbox_header.160x24x1.bmp +#else +pegbox_pieces.8x8x1.bmp +#endif + /* Rockblox */ #if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) && (LCD_DEPTH == 16) rockblox_background.320x240x16.bmp -- cgit v1.2.3