Skip to content

Commit

Permalink
more small changes
Browse files Browse the repository at this point in the history
fixed target ids and freezepanel a little more
  • Loading branch information
mattr0d committed Sep 7, 2015
1 parent 00b2aee commit 68fd8db
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 17 deletions.
24 changes: 21 additions & 3 deletions resource/ui/FreezePanel_Basic.res
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
"ControlName" "Label"
"fieldName" "FreezeLabelKiller"
"font" "HudFontSmall"
"xpos" "40"
"xpos" "55"
"ypos" "43"
"zpos" "1"
"wide" "175"
"wide" "160"
"tall" "16"
"autoResize" "0"
"pinCorner" "0"
Expand Down Expand Up @@ -197,18 +197,36 @@
}
}
}

"ItemAnchor"
{
"ControlName" "EditablePanel"
"fieldName" "ItemAnchor"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
}

"itempanel"
{
"ControlName" "CItemModelPanel"
"fieldName" "itempanel"
"xpos" "r200"
"xpos" "0"
"ypos" "0"
"zpos" "0"
"wide" "200"
"tall" "100"
"visible" "0"
"bgcolor_override" "255 255 255 0"
"PaintBackgroundType" "0"
"pin_to_sibling" "ItemAnchor"
"pin_corner_to_sibling" "1"
"pin_to_sibling_corner" "1"


"model_ypos" "10"
"model_center_x" "1"
Expand Down
28 changes: 14 additions & 14 deletions resource/ui/TargetID.res
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"xpos" "0"
"ypos" "4"
"zpos" "-2"
"wide" "252"
"wide" "900"
"tall" "12"
"autoResize" "1"
"scaleImage" "1"
Expand All @@ -45,8 +45,8 @@

"TargetIDBG_Spec_Blue"
{
"ControlName" "CTFImagePanel"
"fieldName" "TargetIDBG_Spec_blue"
"ControlName" "ScalableImagePanel"
"fieldName" "TargetIDBG_Spec_Blue"
"xpos" "0"
"ypos" "16"
"zpos" "-1"
Expand All @@ -68,8 +68,8 @@

"TargetIDBG_Spec_Red"
{
"ControlName" "CTFImagePanel"
"fieldName" "TargetIDBG_Spec_red"
"ControlName" "ScalableImagePanel"
"fieldName" "TargetIDBG_Spec_Red"
"xpos" "0"
"ypos" "16"
"zpos" "-1"
Expand All @@ -95,7 +95,7 @@
"ControlName" "Label"
"fieldName" "TargetNameLabel"
"font" "TFFontMediumBold"
"xpos" "45"
"xpos" "40"
"ypos" "5"
"zpos" "1"
"wide" "640"
Expand All @@ -114,7 +114,7 @@
"ControlName" "Label"
"fieldName" "TargetDataLabel"
"font" "DefaultVerySmall"
"xpos" "51"
"xpos" "30"
"ypos" "17" [$WIN32]
"zpos" "1"
"wide" "280"
Expand Down Expand Up @@ -149,11 +149,11 @@
{
"ControlName" "ImagePanel"
"fieldName" "AmmoIcon"
"xpos" "49"
"xpos" "58"
"ypos" "18"
"zpos" "12"
"wide" "9"
"tall" "9"
"wide" "8"
"tall" "8"
"visible" "0"
"enabled" "1"
"image" "../vgui/mvm/upgradeicons/bottle_ammoresupply_bw"
Expand All @@ -164,11 +164,11 @@
{
"ControlName" "ImagePanel"
"fieldName" "KillStreakIcon"
"xpos" "49"
"ypos" "18"
"xpos" "30"
"ypos" "19"
"zpos" "14"
"wide" "9"
"tall" "9"
"wide" "5"
"tall" "5"
"visible" "0"
"enabled" "1"
"image" "../hud/leaderboard_streak"
Expand Down

0 comments on commit 68fd8db

Please sign in to comment.