This commit is contained in:
parent
d18e92c6ae
commit
b8335160dd
@ -269,6 +269,7 @@ void CConversation::init()
|
||||
s_textFontBank->initialise(&standardFont);
|
||||
s_textFontBank->setOt(0);
|
||||
s_textFontBank->setPrintArea(TEXTBOX_X,TEXTBOX_Y,TEXTBOX_WIDTH,TEXTBOX_HEIGHT);
|
||||
s_textFontBank->setColour(TEXT_R,TEXT_G,TEXT_B);
|
||||
|
||||
s_questionFontBank=new ("Conversation Font") FontBank();
|
||||
s_questionFontBank->initialise(&standardFont);
|
||||
|
@ -64,6 +64,11 @@ private:
|
||||
TEXTBOX_QUESTIONHEIGHT=16,
|
||||
TEXT_STEP_SIZE=5,
|
||||
OT_POS=0,
|
||||
// Main text
|
||||
TEXT_R=120,
|
||||
TEXT_G=115,
|
||||
TEXT_B=90,
|
||||
// Question text
|
||||
SELECT_TEXT_R=250,
|
||||
SELECT_TEXT_G=250,
|
||||
SELECT_TEXT_B=250,
|
||||
|
Loading…
Reference in New Issue
Block a user