From 9bbeaa668a559be34638c579310d0e832a278c6d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 25 Jun 2015 21:36:26 -0400 Subject: SHERLOCK: RT: Set up new values for color constants --- engines/sherlock/tattoo/tattoo.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/tattoo/tattoo.h') diff --git a/engines/sherlock/tattoo/tattoo.h b/engines/sherlock/tattoo/tattoo.h index d4f20bb0a0..cd985d433a 100644 --- a/engines/sherlock/tattoo/tattoo.h +++ b/engines/sherlock/tattoo/tattoo.h @@ -30,14 +30,19 @@ namespace Sherlock { namespace Tattoo { enum { + INV_FOREGROUND = 167, + INV_BACKGROUND = 1, + INFO_FOREGROUND = 233, + INFO_BACKGROUND = 239, INFO_TOP = 185, INFO_MIDDLE = 186, INFO_BOTTOM = 188, MENU_BACKGROUND = 225, COMMAND_FOREGROUND = 15, COMMAND_HIGHLIGHTED = 254, - COMMAND_NULL = 193 - + COMMAND_NULL = 193, + PEN_COLOR = 248, + PEN_HIGHLIGHT_COLOR = 129 }; class TattooEngine : public SherlockEngine { -- cgit v1.2.3