diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-19 08:48:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-19 08:48:08 +0200 |
| commit | def38220f34b00af509ecddd4a3b19949de1dfbf (patch) | |
| tree | 69a93958495f455985d8e9d9ae1213065519fbe8 /lib/Loadbars/Constants.pm | |
| parent | a984a34d3f50482e964f95875c94e6d538a20fee (diff) | |
initial TTF
Diffstat (limited to 'lib/Loadbars/Constants.pm')
| -rw-r--r-- | lib/Loadbars/Constants.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm index e0e5988..4421c4a 100644 --- a/lib/Loadbars/Constants.pm +++ b/lib/Loadbars/Constants.pm @@ -27,6 +27,7 @@ use constant { DARK_GREY => [ 0x15, 0x15, 0x15 ], YELLOW0 => [ 0xff, 0xa0, 0x00 ], YELLOW => [ 0xff, 0xc0, 0x00 ], + COLOR_WHITE => SDL::Color->new(0xff, 0xff, 0xff), SYSTEM_BLUE0 => 30, USER_ORANGE => 70, USER_YELLOW0 => 50, |
