Skip to content

Commit

Permalink
1.38b
Browse files Browse the repository at this point in the history
  • Loading branch information
MedicodiBiscotti committed Aug 28, 2015
1 parent 4982d8a commit 2e4b83b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion biscottiHUD/resource/gamemenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"Version"
{
"label" "biscottiHUD v. 1.38"
"label" "biscottiHUD v. 1.38b"
"command" "engine showconsole;
echo ..............................................................................................................;
echo ..............................................................................................................;
Expand Down
2 changes: 1 addition & 1 deletion biscottiHUD/resource/ui/hudobjectivekothtimepanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"ControlName" "ImagePanel"
"fieldName" "ActiveTimerBG"
"xpos" "0"
"ypos" "9"
"ypos" "0"
"ypos_minmode" "0"
"zpos" "1"
"wide" "78"
Expand Down
19 changes: 8 additions & 11 deletions biscottiHUD/resource/ui/wavestatuspanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@
"zpos" "3"
"wide" "300"
"tall" "15"
"xpos_minmode" "55"
"wide_minmode" "300"
"visible" "1"
"enabled" "1"
"textAlignment" "west"
"textAlignment_minmode" "west"
"labelText" "%wave_count%"
}

Expand Down Expand Up @@ -115,11 +112,11 @@
"enabled" "1"
"image" "../HUD/tournament_panel_blu"

"src_corner_height" "22" // pixels inside the image
"src_corner_width" "22"
"src_corner_height" "16" // pixels inside the image
"src_corner_width" "16"

"draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "5"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}

"ProgressBarBG"
Expand All @@ -138,10 +135,10 @@
"enabled" "1"
"image" "../HUD/tournament_panel_tan"

"src_corner_height" "22" // pixels inside the image
"src_corner_width" "22"
"src_corner_height" "16" // pixels inside the image
"src_corner_width" "16"

"draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "5"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}
}

0 comments on commit 2e4b83b

Please sign in to comment.