Skip to content

Commit

Permalink
fixed target ids and spy disguise status
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr0d committed Nov 2, 2014
1 parent 03d92ca commit c8198c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions resource/ui/DisguiseStatusPanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"xpos" "10"
"ypos" "48"
"zpos" "-1"
"wide" "115"
"wide" "120"
"tall" "24"
"visible" "1"
"enabled" "1"
Expand All @@ -59,7 +59,7 @@
"ControlName" "Label"
"fieldName" "DisguiseNameLabel"
"font" "TFFontMedium"
"xpos" "40"
"xpos" "60"
"ypos" "51"
"zpos" "1"
"wide" "70"
Expand All @@ -78,10 +78,10 @@
"fieldName" "WeaponNameLabel"
"font" "TFFontMedium"
"font_minmode" "TFFontMedium"
"xpos" "40"
"xpos" "60"
"ypos" "60"
"zpos" "1"
"wide" "79"
"wide" "70"
"tall" "24"
"visible" "1"
"enabled" "1"
Expand All @@ -95,7 +95,7 @@
"fieldName" "SpectatorGUIHealth"
"xpos" "12"
"ypos" "47"
"wide" "28"
"wide" "45"
"tall" "24"
"visible" "1"
"enabled" "1"
Expand Down
8 changes: 4 additions & 4 deletions resource/ui/TargetID.res
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"ControlName" "CTFImagePanel"
"fieldName" "TargetIDBG"
"xpos" "5"
"xpos" "0"
"ypos" "16"
"zpos" "-1"
"wide" "252"
Expand All @@ -30,7 +30,7 @@
{
"ControlName" "CTFImagePanel"
"fieldName" "TargetIDBG_Spec_blue"
"xpos" "6"
"xpos" "1"
"ypos" "16"
"zpos" "-1"
"wide" "252"
Expand All @@ -52,7 +52,7 @@
{
"ControlName" "ImagePanel"
"fieldName" "TargetIDBG_Spec_Bar"
"xpos" "5"
"xpos" "0"
"ypos" "5"
"zpos" "-1"
"wide" "252"
Expand All @@ -68,7 +68,7 @@
{
"ControlName" "CTFImagePanel"
"fieldName" "TargetIDBG_Spec_red"
"xpos" "6"
"xpos" "0"
"ypos" "16"
"zpos" "-1"
"wide" "252"
Expand Down

0 comments on commit c8198c9

Please sign in to comment.