Skip to content

Commit

Permalink
1.66c
Browse files Browse the repository at this point in the history
fixed the winpanel, I think. Might still be a thing with stopwatch,
haven't tested.
  • Loading branch information
MedicodiBiscotti committed Apr 25, 2016
1 parent 8b9624b commit 293b2ab
Show file tree
Hide file tree
Showing 14 changed files with 352 additions and 127 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# biscottiHUD
v. 1.66b
v. 1.66c

This is my custom HUD for Team Fortress 2 (TF2).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,33 @@

"BlueScoreBG"
{
"ControlName" "ImagePanel"
"ControlName" "EditablePanel"
"fieldName" "BlueScoreBG"
"xpos" "0"
"ypos" "12"
"wide" "147"
"tall" "34"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "color_panel_blu"

"border" "TFFatLineBorderBlueBGMoreOpaque"
}
"RedScoreBG"
{
"ControlName" "ImagePanel"
"ControlName" "EditablePanel"
"fieldName" "RedScoreBG"
"xpos" "147"
"ypos" "12"
"wide" "147"
"tall" "34"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "color_panel_red"

"border" "TFFatLineBorderRedBGMoreOpaque"
}
"BlueTeamLabel"
{
Expand All @@ -43,13 +49,14 @@
"textAlignment" "west"
"xpos" "12"
"ypos" "20"
"zpos" "3"
"zpos" "10"
"wide" "100"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "TanLight"
}
"BlueTeamLabelShadow"
{
Expand Down Expand Up @@ -141,13 +148,14 @@
"textAlignment" "east"
"xpos" "180"
"ypos" "20"
"zpos" "3"
"zpos" "10"
"wide" "100"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "TanLight"
}
"RedTeamLabelShadow"
{
Expand Down Expand Up @@ -233,18 +241,35 @@
"bgcolor_override" "117 107 94 255"
}
}
"WinPanelBG"

"WinPanelBGTopBorder"
{
"ControlName" "ImagePanel"
"fieldName" "WinPanelBG"
"xpos" "-150"
"ypos" "11"
"fieldName" "WinPanelBGTopBorder"
"xpos" "0"
"ypos" "46"
"zpos" "1"
"wide" "292"
"tall" "2"
"visible" "1"
"enabled" "1"
"fillcolor" "TanLight"
}

"WinPanelBGBorder"
{
"ControlName" "EditablePanel"
"fieldName" "WinPanelBGBorder"
"xpos" "0"
"ypos" "47"
"zpos" "0"
"wide" "600"
"tall" "300"
"wide" "292"
"tall" "160"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"border" "TFFatLineBorderBlueBG"
"proportionaltoparent" "1"
}
"WinningTeamLabel"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,33 @@

"BlueScoreBG"
{
"ControlName" "ImagePanel"
"ControlName" "EditablePanel"
"fieldName" "BlueScoreBG"
"xpos" "0"
"ypos" "12"
"wide" "147"
"tall" "34"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "color_panel_blu"

"border" "TFFatLineBorderBlueBGMoreOpaque"
}
"RedScoreBG"
{
"ControlName" "ImagePanel"
"ControlName" "EditablePanel"
"fieldName" "RedScoreBG"
"xpos" "147"
"ypos" "12"
"wide" "147"
"tall" "34"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "color_panel_red"

"border" "TFFatLineBorderRedBGMoreOpaque"
}
"BlueTeamLabel"
{
Expand All @@ -43,13 +49,14 @@
"textAlignment" "west"
"xpos" "12"
"ypos" "20"
"zpos" "3"
"zpos" "10"
"wide" "100"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "TanLight"
}
"BlueTeamLabelShadow"
{
Expand Down Expand Up @@ -141,13 +148,14 @@
"textAlignment" "east"
"xpos" "180"
"ypos" "20"
"zpos" "3"
"zpos" "10"
"wide" "100"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "TanLight"
}
"RedTeamLabelShadow"
{
Expand Down Expand Up @@ -233,18 +241,35 @@
"bgcolor_override" "117 107 94 255"
}
}
"WinPanelBG"

"WinPanelBGTopBorder"
{
"ControlName" "ImagePanel"
"fieldName" "WinPanelBG"
"xpos" "-150"
"ypos" "11"
"fieldName" "WinPanelBGTopBorder"
"xpos" "0"
"ypos" "46"
"zpos" "1"
"wide" "292"
"tall" "2"
"visible" "1"
"enabled" "1"
"fillcolor" "TanLight"
}

"WinPanelBGBorder"
{
"ControlName" "EditablePanel"
"fieldName" "WinPanelBGBorder"
"xpos" "0"
"ypos" "47"
"zpos" "0"
"wide" "600"
"tall" "300"
"wide" "292"
"tall" "160"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"border" "TFFatLineBorderBlueBG"
"proportionaltoparent" "1"
}
"WinningTeamLabel"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,33 @@

"BlueScoreBG"
{
"ControlName" "ImagePanel"
"ControlName" "EditablePanel"
"fieldName" "BlueScoreBG"
"xpos" "0"
"ypos" "12"
"wide" "147"
"tall" "34"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "color_panel_blu"

"border" "TFFatLineBorderBlueBGMoreOpaque"
}
"RedScoreBG"
{
"ControlName" "ImagePanel"
"ControlName" "EditablePanel"
"fieldName" "RedScoreBG"
"xpos" "147"
"ypos" "12"
"wide" "147"
"tall" "34"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "color_panel_red"

"border" "TFFatLineBorderRedBGMoreOpaque"
}
"BlueTeamLabel"
{
Expand All @@ -43,13 +49,14 @@
"textAlignment" "west"
"xpos" "12"
"ypos" "20"
"zpos" "3"
"zpos" "10"
"wide" "100"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "TanLight"
}
"BlueTeamLabelShadow"
{
Expand Down Expand Up @@ -141,13 +148,14 @@
"textAlignment" "east"
"xpos" "180"
"ypos" "20"
"zpos" "3"
"zpos" "10"
"wide" "100"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "TanLight"
}
"RedTeamLabelShadow"
{
Expand Down Expand Up @@ -233,18 +241,35 @@
"bgcolor_override" "117 107 94 255"
}
}
"WinPanelBG"

"WinPanelBGTopBorder"
{
"ControlName" "ImagePanel"
"fieldName" "WinPanelBG"
"xpos" "-150"
"ypos" "11"
"fieldName" "WinPanelBGTopBorder"
"xpos" "0"
"ypos" "46"
"zpos" "1"
"wide" "292"
"tall" "2"
"visible" "1"
"enabled" "1"
"fillcolor" "TanLight"
}

"WinPanelBGBorder"
{
"ControlName" "EditablePanel"
"fieldName" "WinPanelBGBorder"
"xpos" "0"
"ypos" "47"
"zpos" "0"
"wide" "600"
"tall" "300"
"wide" "292"
"tall" "160"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"border" "TFFatLineBorderBlueBG"
"proportionaltoparent" "1"
}
"WinningTeamLabel"
{
Expand Down
Loading

0 comments on commit 293b2ab

Please sign in to comment.