Icon for effect '8-bit'. Added in all skins

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1844 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-10-25 22:15:14 +00:00
parent e9acd1e8e4
commit 51a9ad0132
11 changed files with 29 additions and 14 deletions

View File

@@ -43,7 +43,6 @@
#define NB_CURSOR_SPRITES 8 ///< Number of available mouse cursor sprites.
#define CURSOR_SPRITE_WIDTH 15 ///< Width of a mouse cursor sprite.
#define CURSOR_SPRITE_HEIGHT 15 ///< Height of a mouse cursor sprite.
#define NB_EFFECTS_SPRITES 9 ///< Number of effect sprites.
#define MENU_SPRITE_WIDTH 16 ///< Width of a menu sprite in pixels
#define MENU_SPRITE_HEIGHT 16 ///< Height of a menu sprite in pixels
#define EFFECT_SPRITE_WIDTH 14 ///< Width of an effect sprite in pixels
@@ -279,6 +278,21 @@ enum ICON_TYPES
ICON_NONE ///< None of the above
};
enum EFFECT_SPRITES
{
EFFECTS_SPRITE_SHADE,
EFFECTS_SPRITE_TRANSP,
EFFECTS_SPRITE_SMOOTH,
EFFECTS_SPRITE_TILING,
EFFECTS_SPRITE_STENCIL,
EFFECTS_SPRITE_SIEVE,
EFFECTS_SPRITE_GRID,
EFFECTS_SPRITE_MASK,
EFFECTS_SPRITE_SMEAR,
EFFECTS_SPRITE_8BIT,
NB_EFFECTS_SPRITES ///< Number of effect sprites.
};
/// Identifiers for the buttons in the menu.
enum BUTTON_NUMBERS
{