Increase size of storyscreen text, as requested by feedback

This now matches the 'normal' GUI2 font size
This commit is contained in:
Charles Dang 2016-08-23 03:02:26 +11:00
parent ab61fb8952
commit 223f742a50

View file

@ -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;