mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-26 00:54:49 -04:00
improve fonts and fix bugs
This commit is contained in:
parent
a8a87d514c
commit
99378da298
12 changed files with 55 additions and 35 deletions
|
@ -891,8 +891,8 @@ static int cur_story_pos=0;
|
|||
static char load_mode;
|
||||
|
||||
#define SLOT_SPACE 33
|
||||
#define SELECT_COLOR RGB555(31,31,31)
|
||||
#define NORMAL_COLOR RGB555(10,31,10)
|
||||
#define SELECT_COLOR (RGB555(31,31,31)|FONT_TSHADOW)
|
||||
#define NORMAL_COLOR (RGB555(12,31,12)|FONT_TSHADOW)
|
||||
#define STORY_X 57
|
||||
#define STORY_Y 50
|
||||
#define STORY_XS (298-57)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue