mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 02:36:40 -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
|
@ -43,15 +43,15 @@
|
|||
|
||||
#define HUMAN_ADJUST 97
|
||||
|
||||
unsigned short barvy_skupin[POCET_POSTAV+1]=
|
||||
unsigned int barvy_skupin[POCET_POSTAV+1]=
|
||||
{
|
||||
RGB555(8,8,8),
|
||||
RGB555(31,28,00),
|
||||
RGB555(00,23,06),
|
||||
RGB555(31,11,13),
|
||||
RGB555(22,16,31),
|
||||
RGB555(28,13,31),
|
||||
RGB555(00,29,26)
|
||||
RGB555(8,8,8)|FONT_TSHADOW,
|
||||
RGB555(31,28,00)|FONT_TSHADOW,
|
||||
RGB555(00,23,06)|FONT_TSHADOW,
|
||||
RGB555(31,11,13)|FONT_TSHADOW,
|
||||
RGB555(22,16,31)|FONT_TSHADOW,
|
||||
RGB555(28,13,31)|FONT_TSHADOW,
|
||||
RGB555(00,29,26)|FONT_TSHADOW
|
||||
};
|
||||
|
||||
char reverse_draw=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue