Fixed broken HUD

This commit is contained in:
Simon 2019-11-16 16:52:06 +00:00
parent e02d468904
commit de036d7fbe
1 changed files with 27 additions and 27 deletions

View File

@ -651,30 +651,30 @@ char *single_statusbar =
"yb -24 " "yb -24 "
// health // health
"xv 0 " "xh 0 "
"hnum " "hnum "
"xv 50 " "xh 50 "
"pic 0 " "pic 0 "
// ammo // ammo
"if 2 " "if 2 "
" xv 100 " " xh 100 "
" anum " " anum "
" xv 150 " " xh 150 "
" pic 2 " " pic 2 "
"endif " "endif "
// armor // armor
"if 4 " "if 4 "
" xv 200 " " xh 200 "
" rnum " " rnum "
" xv 250 " " xh 250 "
" pic 4 " " pic 4 "
"endif " "endif "
// selected item // selected item
"if 6 " "if 6 "
" xv 296 " " xh 296 "
" pic 6 " " pic 6 "
"endif " "endif "
@ -682,9 +682,9 @@ char *single_statusbar =
// picked up item // picked up item
"if 7 " "if 7 "
" xv 0 " " xh 0 "
" pic 7 " " pic 7 "
" xv 26 " " xh 26 "
" yb -42 " " yb -42 "
" stat_string 8 " " stat_string 8 "
" yb -50 " " yb -50 "
@ -692,15 +692,15 @@ char *single_statusbar =
// timer // timer
"if 9 " "if 9 "
" xv 262 " " xh 262 "
" num 2 10 " " num 2 10 "
" xv 296 " " xh 296 "
" pic 9 " " pic 9 "
"endif " "endif "
// help / weapon icon // help / weapon icon
"if 11 " "if 11 "
" xv 148 " " xh 148 "
" pic 11 " " pic 11 "
"endif " "endif "
; ;
@ -709,30 +709,30 @@ char *dm_statusbar =
"yb -24 " "yb -24 "
// health // health
"xv 0 " "xh 0 "
"hnum " "hnum "
"xv 50 " "xh 50 "
"pic 0 " "pic 0 "
// ammo // ammo
"if 2 " "if 2 "
" xv 100 " " xh 100 "
" anum " " anum "
" xv 150 " " xh 150 "
" pic 2 " " pic 2 "
"endif " "endif "
// armor // armor
"if 4 " "if 4 "
" xv 200 " " xh 200 "
" rnum " " rnum "
" xv 250 " " xh 250 "
" pic 4 " " pic 4 "
"endif " "endif "
// selected item // selected item
"if 6 " "if 6 "
" xv 296 " " xh 296 "
" pic 6 " " pic 6 "
"endif " "endif "
@ -740,9 +740,9 @@ char *dm_statusbar =
// picked up item // picked up item
"if 7 " "if 7 "
" xv 0 " " xh 0 "
" pic 7 " " pic 7 "
" xv 26 " " xh 26 "
" yb -42 " " yb -42 "
" stat_string 8 " " stat_string 8 "
" yb -50 " " yb -50 "
@ -750,15 +750,15 @@ char *dm_statusbar =
// timer // timer
"if 9 " "if 9 "
" xv 246 " " xh 246 "
" num 2 10 " " num 2 10 "
" xv 296 " " xh 296 "
" pic 9 " " pic 9 "
"endif " "endif "
// help / weapon icon // help / weapon icon
"if 11 " "if 11 "
" xv 148 " " xh 148 "
" pic 11 " " pic 11 "
"endif " "endif "
@ -769,17 +769,17 @@ char *dm_statusbar =
// spectator // spectator
"if 17 " "if 17 "
"xv 0 " "xh 0 "
"yb -58 " "yb -58 "
"string2 \"SPECTATOR MODE\" " "string2 \"SPECTATOR MODE\" "
"endif " "endif "
// chase camera // chase camera
"if 16 " "if 16 "
"xv 0 " "xh 0 "
"yb -68 " "yb -68 "
"string \"Chasing\" " "string \"Chasing\" "
"xv 64 " "xh 64 "
"stat_string 16 " "stat_string 16 "
"endif " "endif "
; ;