mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -04:00
different blue shading for big and small widget font, part 2
This commit is contained in:
parent
12dba5a84f
commit
2bd08f01b5
@ -820,7 +820,8 @@ static void UpdateStTime(sbe_widget_t *widget, player_t *player)
|
||||
if (time_scale != 100)
|
||||
{
|
||||
offset +=
|
||||
M_snprintf(string, sizeof(string), BLUE_S "%d%% ", time_scale);
|
||||
M_snprintf(string, sizeof(string), "%s%d%% ",
|
||||
(widget->font == stcfnt) ? BLUE2_S : BLUE1_S, time_scale);
|
||||
}
|
||||
|
||||
if (totalleveltimes)
|
||||
|
@ -93,7 +93,8 @@ typedef enum
|
||||
#define BROWN_S "\x1b\x34"
|
||||
#define GOLD_S "\x1b\x35"
|
||||
#define RED_S "\x1b\x36"
|
||||
#define BLUE_S "\x1b\x37"
|
||||
#define BLUE1_S "\x1b\x37"
|
||||
#define BLUE2_S "\x1b\x3a"
|
||||
|
||||
// jff 1/16/98 end palette color range additions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user