summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Constants.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-19 08:48:08 +0200
committerPaul Buetow <paul@buetow.org>2013-04-19 08:48:08 +0200
commitdef38220f34b00af509ecddd4a3b19949de1dfbf (patch)
tree69a93958495f455985d8e9d9ae1213065519fbe8 /lib/Loadbars/Constants.pm
parenta984a34d3f50482e964f95875c94e6d538a20fee (diff)
initial TTF
Diffstat (limited to 'lib/Loadbars/Constants.pm')
-rw-r--r--lib/Loadbars/Constants.pm1
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,