Added smudge tool

This commit is contained in:
Jacob1
2012-03-14 19:06:37 -04:00
parent 0212099041
commit afbe8cf38e
3 changed files with 27 additions and 2 deletions

View File

@@ -101,12 +101,14 @@ static menu_wall colorlist[] =
#define DECO_DRAW 0
#define DECO_LIGHTEN 1
#define DECO_DARKEN 2
#define DECO_SMUDGE 3
static menu_wall toollist[] =
{
{PIXPACK(0xFF0000), "Draw"},
{PIXPACK(0xDDDDDD), "Lighten"},
{PIXPACK(0x111111), "Darken"},
{PIXPACK(0x00FF00), "Smudge"},
};
struct ui_edit