diff options
| author | Paul Buetow <paul.buetow@1und1.de> | 2013-06-17 18:40:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul.buetow@1und1.de> | 2013-06-17 18:40:11 +0200 |
| commit | 1890a243dbffc63a01896886de54f1f6cade2a54 (patch) | |
| tree | 5d2e8b0a515caf14b7c49297aa261caecea1a623 /lib/Loadbars/Constants.pm | |
| parent | 203d4a20f9aa77573495f4852239b32cdc9bc43c (diff) | |
quick commit
Diffstat (limited to 'lib/Loadbars/Constants.pm')
| -rw-r--r-- | lib/Loadbars/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm index 4421c4a..6302aee 100644 --- a/lib/Loadbars/Constants.pm +++ b/lib/Loadbars/Constants.pm @@ -27,7 +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), + COLOR_WHITE => SDL::Color->new( 0xff, 0xff, 0xff ), SYSTEM_BLUE0 => 30, USER_ORANGE => 70, USER_YELLOW0 => 50, |
