Increase size of storyscreen text, as requested by feedback
This now matches the 'normal' GUI2 font size
This commit is contained in:
parent
ab61fb8952
commit
223f742a50
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ namespace {
|
|||
int const titleshadow_b = 0;
|
||||
|
||||
int const titlebox_font_size = 20; // pt?
|
||||
int const storybox_font_size = 14; // pt?
|
||||
int const storybox_font_size = 17; // pt?
|
||||
|
||||
Uint32 const titlebox_font_color = 0xFFFFFFFF;
|
||||
Uint32 const storybox_font_color = 0xDDDDDDFF;
|
||||
|
|
Loading…
Add table
Reference in a new issue