head outfit color fix

This commit is contained in:
Eduardo Bart
2011-08-19 09:49:29 -03:00
parent 66e58c5914
commit 817234a660
5 changed files with 23 additions and 37 deletions

View File

@@ -7,4 +7,4 @@ Color Color::red (0xFF, 0x00, 0x00, 0xFF);
Color Color::green (0x00, 0xFF, 0x00, 0xFF);
Color Color::blue (0x00, 0x00, 0xFF, 0xFF);
Color Color::pink (0xFF, 0x00, 0xFF, 0xFF);
Color Color::yellow(0x00, 0xFF, 0xFF, 0xFF);
Color Color::yellow(0xFF, 0xFF, 0x00, 0xFF);