mirror of
https://gitlab.com/jessieh/doghud.git
synced 2024-11-22 06:11:47 +00:00
Improve building status UI
This commit is contained in:
parent
e363844875
commit
401d1996aa
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui/replay/thumbnails/game/buildingstatus_charge"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$translucent" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
}
|
BIN
materials/vgui/replay/thumbnails/game/buildingstatus_charge.vtf
Normal file
BIN
materials/vgui/replay/thumbnails/game/buildingstatus_charge.vtf
Normal file
Binary file not shown.
@ -0,0 +1,9 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui/replay/thumbnails/game/buildingstatus_kills"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$translucent" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
}
|
BIN
materials/vgui/replay/thumbnails/game/buildingstatus_kills.vtf
Normal file
BIN
materials/vgui/replay/thumbnails/game/buildingstatus_kills.vtf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui/replay/thumbnails/game/buildingstatus_supply"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$translucent" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
}
|
BIN
materials/vgui/replay/thumbnails/game/buildingstatus_supply.vtf
Normal file
BIN
materials/vgui/replay/thumbnails/game/buildingstatus_supply.vtf
Normal file
Binary file not shown.
@ -0,0 +1,9 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui/replay/thumbnails/game/buildingstatus_teleports"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$translucent" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -183,16 +183,16 @@
|
|||||||
"xpos" "3"
|
"xpos" "3"
|
||||||
"ypos" "3"
|
"ypos" "3"
|
||||||
"zpos" "10"
|
"zpos" "10"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "25"
|
"tall" "24"
|
||||||
"visible" "0"
|
"visible" "0"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"scaleImage" "1"
|
"scaleImage" "1"
|
||||||
"icon" "obj_status_icon_sapper"
|
"icon" "obj_status_sapper"
|
||||||
"iconColor" "Black"
|
"iconColor" "Black"
|
||||||
"paintbackground" "1"
|
"paintbackground" "1"
|
||||||
"bgcolor_override" "Red"
|
"bgcolor_override" "Red"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Health"
|
"Health"
|
||||||
@ -200,9 +200,9 @@
|
|||||||
"ControlName" "CBuildingHealthBar"
|
"ControlName" "CBuildingHealthBar"
|
||||||
"fieldName" "Health"
|
"fieldName" "Health"
|
||||||
"xpos" "rs1-3"
|
"xpos" "rs1-3"
|
||||||
"ypos" "cs-0.5-1"
|
"ypos" "cs-0.5"
|
||||||
"wide" "6"
|
"wide" "6"
|
||||||
"tall" "28"
|
"tall" "25"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
@ -211,12 +211,48 @@
|
|||||||
"BuildingPanel"
|
"BuildingPanel"
|
||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "BuildingPanel"
|
"fieldName" "BuildingPanel"
|
||||||
"wide" "0"
|
"xpos" "0"
|
||||||
"tall" "0"
|
"ypos" "0"
|
||||||
"visible" "0"
|
"wide" "f0"
|
||||||
|
"tall" "f0"
|
||||||
|
"visible" "0"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
|
||||||
|
"BuildingProgress"
|
||||||
|
{
|
||||||
|
"ControlName" "ContinuousProgressBar"
|
||||||
|
"fieldName" "BuildingProgress"
|
||||||
|
"xpos" "32"
|
||||||
|
"ypos" "cs-0.5"
|
||||||
|
"wide" "0"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"bgcolor_override" "130 130 130 255"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
}
|
||||||
|
|
||||||
|
"BuildingLabel"
|
||||||
|
{
|
||||||
|
"ControlName" "Label"
|
||||||
|
"fieldName" "BuildingLabel"
|
||||||
|
"font" "Size 7"
|
||||||
|
"xpos" "0"
|
||||||
|
"ypos" "0"
|
||||||
|
"zpos" "1"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "BUILDING"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"pin_to_sibling" "BuildingProgress"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
"RunningPanel"
|
"RunningPanel"
|
||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
@ -248,12 +284,12 @@
|
|||||||
"xpos" "0"
|
"xpos" "0"
|
||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"zpos" "1"
|
"zpos" "1"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "6"
|
"tall" "6"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"scaleImage" "1"
|
"scaleImage" "1"
|
||||||
"image" "replay/thumbnails/game/buildingstatus_ammo"
|
"image" "replay/thumbnails/game/buildingstatus_supply"
|
||||||
"drawcolor" "Black"
|
"drawcolor" "Black"
|
||||||
|
|
||||||
"pin_to_sibling" "Ammo"
|
"pin_to_sibling" "Ammo"
|
||||||
@ -282,7 +318,7 @@
|
|||||||
"xpos" "0"
|
"xpos" "0"
|
||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"zpos" "3"
|
"zpos" "3"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "6"
|
"tall" "6"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
"scaleImage" "1"
|
"scaleImage" "1"
|
||||||
"icon" "obj_status_icon_sapper"
|
"icon" "obj_status_sapper"
|
||||||
"iconColor" "Red"
|
"iconColor" "Red"
|
||||||
|
|
||||||
"pin_to_sibling" "IconBackgound"
|
"pin_to_sibling" "IconBackgound"
|
||||||
|
@ -225,16 +225,16 @@
|
|||||||
"xpos" "3"
|
"xpos" "3"
|
||||||
"ypos" "3"
|
"ypos" "3"
|
||||||
"zpos" "10"
|
"zpos" "10"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "25"
|
"tall" "24"
|
||||||
"visible" "0"
|
"visible" "0"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"scaleImage" "1"
|
"scaleImage" "1"
|
||||||
"icon" "obj_status_icon_sapper"
|
"icon" "obj_status_sapper"
|
||||||
"iconColor" "Black"
|
"iconColor" "Black"
|
||||||
"paintbackground" "1"
|
"paintbackground" "1"
|
||||||
"bgcolor_override" "Red"
|
"bgcolor_override" "Red"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Health"
|
"Health"
|
||||||
@ -242,9 +242,9 @@
|
|||||||
"ControlName" "CBuildingHealthBar"
|
"ControlName" "CBuildingHealthBar"
|
||||||
"fieldName" "Health"
|
"fieldName" "Health"
|
||||||
"xpos" "rs1-3"
|
"xpos" "rs1-3"
|
||||||
"ypos" "cs-0.5-1"
|
"ypos" "cs-0.5"
|
||||||
"wide" "6"
|
"wide" "6"
|
||||||
"tall" "28"
|
"tall" "25"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
@ -253,10 +253,45 @@
|
|||||||
"BuildingPanel"
|
"BuildingPanel"
|
||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "BuildingPanel"
|
"fieldName" "BuildingPanel"
|
||||||
"wide" "0"
|
"xpos" "0"
|
||||||
"tall" "0"
|
"ypos" "0"
|
||||||
"visible" "0"
|
"wide" "f0"
|
||||||
|
"tall" "f0"
|
||||||
|
"visible" "0"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
|
||||||
|
"BuildingProgress"
|
||||||
|
{
|
||||||
|
"ControlName" "ContinuousProgressBar"
|
||||||
|
"fieldName" "BuildingProgress"
|
||||||
|
"xpos" "32"
|
||||||
|
"ypos" "cs-0.5"
|
||||||
|
"wide" "0"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"bgcolor_override" "130 130 130 255"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
}
|
||||||
|
|
||||||
|
"BuildingLabel"
|
||||||
|
{
|
||||||
|
"ControlName" "Label"
|
||||||
|
"fieldName" "BuildingLabel"
|
||||||
|
"font" "Size 7"
|
||||||
|
"xpos" "0"
|
||||||
|
"ypos" "0"
|
||||||
|
"zpos" "1"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "BUILDING"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"pin_to_sibling" "BuildingProgress"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"RunningPanel"
|
"RunningPanel"
|
||||||
@ -275,10 +310,10 @@
|
|||||||
"ControlName" "CExLabel"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "KillsLabel"
|
"fieldName" "KillsLabel"
|
||||||
"font" "Size 10"
|
"font" "Size 10"
|
||||||
"xpos" "32"
|
"xpos" "42"
|
||||||
"ypos" "3"
|
"ypos" "3"
|
||||||
"wide" "200"
|
"wide" "200"
|
||||||
"tall" "8"
|
"tall" "7"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"labelText" "#Building_hud_sentry_kills_assists"
|
"labelText" "#Building_hud_sentry_kills_assists"
|
||||||
@ -286,6 +321,22 @@
|
|||||||
"drawcolor" "White"
|
"drawcolor" "White"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
"KillIcon"
|
||||||
|
{
|
||||||
|
"ControlName" "ImagePanel"
|
||||||
|
"fieldName" "KillIcon"
|
||||||
|
"xpos" "32"
|
||||||
|
"ypos" "3"
|
||||||
|
"zpos" "10"
|
||||||
|
"wide" "8"
|
||||||
|
"tall" "8"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"scaleImage" "1"
|
||||||
|
"image" "replay/thumbnails/game/buildingstatus_kills"
|
||||||
|
"drawcolor" "White"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
}
|
||||||
|
|
||||||
"Shells"
|
"Shells"
|
||||||
{
|
{
|
||||||
@ -307,7 +358,7 @@
|
|||||||
"xpos" "0"
|
"xpos" "0"
|
||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"zpos" "1"
|
"zpos" "1"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "6"
|
"tall" "6"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
@ -340,7 +391,7 @@
|
|||||||
"xpos" "0"
|
"xpos" "0"
|
||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"zpos" "1"
|
"zpos" "1"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "6"
|
"tall" "6"
|
||||||
"visible" "0"
|
"visible" "0"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
@ -373,7 +424,7 @@
|
|||||||
"xpos" "0"
|
"xpos" "0"
|
||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"zpos" "3"
|
"zpos" "3"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "6"
|
"tall" "6"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
@ -386,12 +437,6 @@
|
|||||||
"pin_to_sibling_corner" "PIN_CENTER_TOP"
|
"pin_to_sibling_corner" "PIN_CENTER_TOP"
|
||||||
}
|
}
|
||||||
|
|
||||||
"KillIcon"
|
|
||||||
{
|
|
||||||
"ControlName" "ImagePanel"
|
|
||||||
"fieldName" "KillIcon"
|
|
||||||
"xpos" "9999"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -183,12 +183,12 @@
|
|||||||
"xpos" "3"
|
"xpos" "3"
|
||||||
"ypos" "3"
|
"ypos" "3"
|
||||||
"zpos" "10"
|
"zpos" "10"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "25"
|
"tall" "24"
|
||||||
"visible" "0"
|
"visible" "0"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"scaleImage" "1"
|
"scaleImage" "1"
|
||||||
"icon" "obj_status_icon_sapper"
|
"icon" "obj_status_sapper"
|
||||||
"iconColor" "Black"
|
"iconColor" "Black"
|
||||||
"paintbackground" "1"
|
"paintbackground" "1"
|
||||||
"bgcolor_override" "Red"
|
"bgcolor_override" "Red"
|
||||||
@ -200,9 +200,9 @@
|
|||||||
"ControlName" "CBuildingHealthBar"
|
"ControlName" "CBuildingHealthBar"
|
||||||
"fieldName" "Health"
|
"fieldName" "Health"
|
||||||
"xpos" "rs1-3"
|
"xpos" "rs1-3"
|
||||||
"ypos" "cs-0.5-1"
|
"ypos" "cs-0.5"
|
||||||
"wide" "6"
|
"wide" "6"
|
||||||
"tall" "28"
|
"tall" "25"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
@ -211,10 +211,45 @@
|
|||||||
"BuildingPanel"
|
"BuildingPanel"
|
||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "BuildingPanel"
|
"fieldName" "BuildingPanel"
|
||||||
"wide" "0"
|
"xpos" "0"
|
||||||
"tall" "0"
|
"ypos" "0"
|
||||||
"visible" "0"
|
"wide" "f0"
|
||||||
|
"tall" "f0"
|
||||||
|
"visible" "0"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
|
||||||
|
"BuildingProgress"
|
||||||
|
{
|
||||||
|
"ControlName" "ContinuousProgressBar"
|
||||||
|
"fieldName" "BuildingProgress"
|
||||||
|
"xpos" "32"
|
||||||
|
"ypos" "cs-0.5"
|
||||||
|
"wide" "0"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"bgcolor_override" "130 130 130 255"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
}
|
||||||
|
|
||||||
|
"BuildingLabel"
|
||||||
|
{
|
||||||
|
"ControlName" "Label"
|
||||||
|
"fieldName" "BuildingLabel"
|
||||||
|
"font" "Size 7"
|
||||||
|
"xpos" "0"
|
||||||
|
"ypos" "0"
|
||||||
|
"zpos" "1"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "BUILDING"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"pin_to_sibling" "BuildingProgress"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"RunningPanel"
|
"RunningPanel"
|
||||||
@ -233,10 +268,10 @@
|
|||||||
"ControlName" "CExLabel"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "KillsLabel"
|
"fieldName" "KillsLabel"
|
||||||
"font" "Size 10"
|
"font" "Size 10"
|
||||||
"xpos" "32"
|
"xpos" "42"
|
||||||
"ypos" "3"
|
"ypos" "3"
|
||||||
"wide" "200"
|
"wide" "200"
|
||||||
"tall" "8"
|
"tall" "7"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"labelText" "#Building_hud_sentry_kills_assists"
|
"labelText" "#Building_hud_sentry_kills_assists"
|
||||||
@ -244,6 +279,22 @@
|
|||||||
"drawcolor" "White"
|
"drawcolor" "White"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
"KillIcon"
|
||||||
|
{
|
||||||
|
"ControlName" "ImagePanel"
|
||||||
|
"fieldName" "KillIcon"
|
||||||
|
"xpos" "32"
|
||||||
|
"ypos" "3"
|
||||||
|
"zpos" "10"
|
||||||
|
"wide" "8"
|
||||||
|
"tall" "8"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"scaleImage" "1"
|
||||||
|
"image" "replay/thumbnails/game/buildingstatus_kills"
|
||||||
|
"drawcolor" "White"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
}
|
||||||
|
|
||||||
"Shells"
|
"Shells"
|
||||||
{
|
{
|
||||||
@ -265,7 +316,7 @@
|
|||||||
"xpos" "0"
|
"xpos" "0"
|
||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"zpos" "1"
|
"zpos" "1"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "6"
|
"tall" "6"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
@ -278,12 +329,6 @@
|
|||||||
"pin_to_sibling_corner" "PIN_CENTER_TOP"
|
"pin_to_sibling_corner" "PIN_CENTER_TOP"
|
||||||
}
|
}
|
||||||
|
|
||||||
"KillIcon"
|
|
||||||
{
|
|
||||||
"ControlName" "ImagePanel"
|
|
||||||
"fieldName" "KillIcon"
|
|
||||||
"xpos" "9999"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -183,12 +183,12 @@
|
|||||||
"xpos" "3"
|
"xpos" "3"
|
||||||
"ypos" "3"
|
"ypos" "3"
|
||||||
"zpos" "10"
|
"zpos" "10"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "25"
|
"tall" "24"
|
||||||
"visible" "0"
|
"visible" "0"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"scaleImage" "1"
|
"scaleImage" "1"
|
||||||
"icon" "obj_status_icon_sapper"
|
"icon" "obj_status_sapper"
|
||||||
"iconColor" "Black"
|
"iconColor" "Black"
|
||||||
"paintbackground" "1"
|
"paintbackground" "1"
|
||||||
"bgcolor_override" "Red"
|
"bgcolor_override" "Red"
|
||||||
@ -200,9 +200,9 @@
|
|||||||
"ControlName" "CBuildingHealthBar"
|
"ControlName" "CBuildingHealthBar"
|
||||||
"fieldName" "Health"
|
"fieldName" "Health"
|
||||||
"xpos" "rs1-3"
|
"xpos" "rs1-3"
|
||||||
"ypos" "cs-0.5-1"
|
"ypos" "cs-0.5"
|
||||||
"wide" "6"
|
"wide" "6"
|
||||||
"tall" "28"
|
"tall" "25"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
@ -211,10 +211,45 @@
|
|||||||
"BuildingPanel"
|
"BuildingPanel"
|
||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "BuildingPanel"
|
"fieldName" "BuildingPanel"
|
||||||
"wide" "0"
|
"xpos" "0"
|
||||||
"tall" "0"
|
"ypos" "0"
|
||||||
"visible" "0"
|
"wide" "f0"
|
||||||
|
"tall" "f0"
|
||||||
|
"visible" "0"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
|
||||||
|
"BuildingProgress"
|
||||||
|
{
|
||||||
|
"ControlName" "ContinuousProgressBar"
|
||||||
|
"fieldName" "BuildingProgress"
|
||||||
|
"xpos" "32"
|
||||||
|
"ypos" "cs-0.5"
|
||||||
|
"wide" "0"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"bgcolor_override" "130 130 130 255"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
}
|
||||||
|
|
||||||
|
"BuildingLabel"
|
||||||
|
{
|
||||||
|
"ControlName" "Label"
|
||||||
|
"fieldName" "BuildingLabel"
|
||||||
|
"font" "Size 7"
|
||||||
|
"xpos" "0"
|
||||||
|
"ypos" "0"
|
||||||
|
"zpos" "1"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "BUILDING"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"pin_to_sibling" "BuildingProgress"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"RunningPanel"
|
"RunningPanel"
|
||||||
@ -232,50 +267,80 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "ImagePanel"
|
"ControlName" "ImagePanel"
|
||||||
"fieldName" "TeleportedIcon"
|
"fieldName" "TeleportedIcon"
|
||||||
"xpos" "9999"
|
"xpos" "32"
|
||||||
|
"ypos" "3"
|
||||||
|
"zpos" "10"
|
||||||
|
"wide" "8"
|
||||||
|
"tall" "8"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"scaleImage" "1"
|
||||||
|
"image" "replay/thumbnails/game/buildingstatus_teleports"
|
||||||
|
"drawcolor" "White"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
"ChargingPanel"
|
"ChargingPanel"
|
||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "ChargingPanel"
|
"fieldName" "ChargingPanel"
|
||||||
"xpos" "32"
|
"xpos" "0"
|
||||||
"ypos" "cs-0.5"
|
"ypos" "0"
|
||||||
"wide" "30"
|
"wide" "f0"
|
||||||
"tall" "6"
|
"tall" "f0"
|
||||||
"visible" "0"
|
"visible" "0"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
|
|
||||||
|
"DummyTimesUsedLabel"
|
||||||
|
{
|
||||||
|
"ControlName" "CExLabel"
|
||||||
|
"fieldName" "DummyTimesUsedLabel"
|
||||||
|
"font" "Size 10"
|
||||||
|
"xpos" "42"
|
||||||
|
"ypos" "1"
|
||||||
|
"wide" "200"
|
||||||
|
"tall" "7"
|
||||||
|
"autoResize" "0"
|
||||||
|
"pinCorner" "0"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "..."
|
||||||
|
"textAlignment" "west"
|
||||||
|
"drawcolor" "White"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
}
|
||||||
|
|
||||||
"Recharge"
|
"Recharge"
|
||||||
{
|
{
|
||||||
"ControlName" "ContinuousProgressBar"
|
"ControlName" "ContinuousProgressBar"
|
||||||
"fieldName" "Recharge"
|
"fieldName" "Recharge"
|
||||||
"xpos" "0"
|
"xpos" "32"
|
||||||
"ypos" "0"
|
"ypos" "cs-0.5+1"
|
||||||
"wide" "f0"
|
"wide" "30"
|
||||||
"tall" "f0"
|
"tall" "6"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
"bgcolor_override" "130 130 130 255"
|
"bgcolor_override" "130 130 130 255"
|
||||||
}
|
}
|
||||||
"RechargeLabel"
|
"RechargeIcon"
|
||||||
{
|
{
|
||||||
"ControlName" "CExLabel"
|
"ControlName" "ImagePanel"
|
||||||
"fieldName" "RechargeLabel"
|
"fieldName" "RechargeIcon"
|
||||||
"font" "Size 7"
|
"xpos" "0"
|
||||||
"xpos" "0"
|
"ypos" "0"
|
||||||
"ypos" "0"
|
"zpos" "3"
|
||||||
"zpos" "0"
|
"wide" "24"
|
||||||
"wide" "30"
|
"tall" "6"
|
||||||
"tall" "6"
|
"visible" "1"
|
||||||
"visible" "1"
|
"enabled" "1"
|
||||||
"enabled" "1"
|
"scaleImage" "1"
|
||||||
"labelText" "CHARGE"
|
"image" "replay/thumbnails/game/buildingstatus_charge"
|
||||||
"textAlignment" "center"
|
"drawcolor" "Black"
|
||||||
"fgcolor" "Black"
|
|
||||||
"AllCaps" "1"
|
"pin_to_sibling" "Recharge"
|
||||||
"proportionaltoparent" "1"
|
"pin_corner_to_sibling" "PIN_CENTER_TOP"
|
||||||
|
"pin_to_sibling_corner" "PIN_CENTER_TOP"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -283,42 +348,22 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "FullyChargedPanel"
|
"fieldName" "FullyChargedPanel"
|
||||||
"xpos" "32"
|
"xpos" "0"
|
||||||
"ypos" "3"
|
"ypos" "0"
|
||||||
"wide" "48"
|
"wide" "f0"
|
||||||
"tall" "10"
|
"tall" "f0"
|
||||||
"visible" "0"
|
"visible" "0"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
|
|
||||||
"Used"
|
|
||||||
{
|
|
||||||
"ControlName" "CExLabel"
|
|
||||||
"fieldName" "Used"
|
|
||||||
"font" "Size 10"
|
|
||||||
"xpos" "0"
|
|
||||||
"ypos" "0"
|
|
||||||
"wide" "40"
|
|
||||||
"tall" "10"
|
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
|
||||||
"enabled" "1"
|
|
||||||
"labelText" "used:"
|
|
||||||
"textAlignment" "west"
|
|
||||||
"drawcolor" "White"
|
|
||||||
"AllCaps" "1"
|
|
||||||
"proportionaltoparent" "1"
|
|
||||||
}
|
|
||||||
|
|
||||||
"TimesUsedLabel"
|
"TimesUsedLabel"
|
||||||
{
|
{
|
||||||
"ControlName" "CExLabel"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "TimesUsedLabel"
|
"fieldName" "TimesUsedLabel"
|
||||||
"font" "Size 10"
|
"font" "Size 10"
|
||||||
"xpos" "25"
|
"xpos" "42"
|
||||||
"ypos" "0"
|
"ypos" "3"
|
||||||
"wide" "20"
|
"wide" "200"
|
||||||
"tall" "10"
|
"tall" "7"
|
||||||
"autoResize" "0"
|
"autoResize" "0"
|
||||||
"pinCorner" "0"
|
"pinCorner" "0"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
@ -328,6 +373,40 @@
|
|||||||
"drawcolor" "White"
|
"drawcolor" "White"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"DummyRecharge"
|
||||||
|
{
|
||||||
|
"ControlName" "ContinuousProgressBar"
|
||||||
|
"fieldName" "DummyRecharge"
|
||||||
|
"xpos" "32"
|
||||||
|
"ypos" "cs-0.5+1"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"bgcolor_override" "White"
|
||||||
|
}
|
||||||
|
"DummyRechargeIcon"
|
||||||
|
{
|
||||||
|
"ControlName" "ImagePanel"
|
||||||
|
"fieldName" "DummyRechargeIcon"
|
||||||
|
"xpos" "0"
|
||||||
|
"ypos" "0"
|
||||||
|
"zpos" "3"
|
||||||
|
"wide" "24"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"scaleImage" "1"
|
||||||
|
"image" "replay/thumbnails/game/buildingstatus_charge"
|
||||||
|
"drawcolor" "Black"
|
||||||
|
|
||||||
|
"pin_to_sibling" "DummyRecharge"
|
||||||
|
"pin_corner_to_sibling" "PIN_CENTER_TOP"
|
||||||
|
"pin_to_sibling_corner" "PIN_CENTER_TOP"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Upgrade"
|
"Upgrade"
|
||||||
@ -351,7 +430,7 @@
|
|||||||
"xpos" "0"
|
"xpos" "0"
|
||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"zpos" "3"
|
"zpos" "3"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "6"
|
"tall" "6"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
|
@ -183,12 +183,12 @@
|
|||||||
"xpos" "3"
|
"xpos" "3"
|
||||||
"ypos" "3"
|
"ypos" "3"
|
||||||
"zpos" "10"
|
"zpos" "10"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "25"
|
"tall" "24"
|
||||||
"visible" "0"
|
"visible" "0"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"scaleImage" "1"
|
"scaleImage" "1"
|
||||||
"icon" "obj_status_icon_sapper"
|
"icon" "obj_status_sapper"
|
||||||
"iconColor" "Black"
|
"iconColor" "Black"
|
||||||
"paintbackground" "1"
|
"paintbackground" "1"
|
||||||
"bgcolor_override" "Red"
|
"bgcolor_override" "Red"
|
||||||
@ -200,9 +200,9 @@
|
|||||||
"ControlName" "CBuildingHealthBar"
|
"ControlName" "CBuildingHealthBar"
|
||||||
"fieldName" "Health"
|
"fieldName" "Health"
|
||||||
"xpos" "rs1-3"
|
"xpos" "rs1-3"
|
||||||
"ypos" "cs-0.5-1"
|
"ypos" "cs-0.5"
|
||||||
"wide" "6"
|
"wide" "6"
|
||||||
"tall" "28"
|
"tall" "25"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
@ -211,10 +211,45 @@
|
|||||||
"BuildingPanel"
|
"BuildingPanel"
|
||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "BuildingPanel"
|
"fieldName" "BuildingPanel"
|
||||||
"wide" "0"
|
"xpos" "0"
|
||||||
"tall" "0"
|
"ypos" "0"
|
||||||
"visible" "0"
|
"wide" "f0"
|
||||||
|
"tall" "f0"
|
||||||
|
"visible" "0"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
|
||||||
|
"BuildingProgress"
|
||||||
|
{
|
||||||
|
"ControlName" "ContinuousProgressBar"
|
||||||
|
"fieldName" "BuildingProgress"
|
||||||
|
"xpos" "32"
|
||||||
|
"ypos" "cs-0.5"
|
||||||
|
"wide" "0"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"bgcolor_override" "130 130 130 255"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
}
|
||||||
|
|
||||||
|
"BuildingLabel"
|
||||||
|
{
|
||||||
|
"ControlName" "Label"
|
||||||
|
"fieldName" "BuildingLabel"
|
||||||
|
"font" "Size 7"
|
||||||
|
"xpos" "0"
|
||||||
|
"ypos" "0"
|
||||||
|
"zpos" "1"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "6"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "BUILDING"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"pin_to_sibling" "BuildingProgress"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"RunningPanel"
|
"RunningPanel"
|
||||||
@ -249,7 +284,7 @@
|
|||||||
"xpos" "0"
|
"xpos" "0"
|
||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"zpos" "3"
|
"zpos" "3"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "6"
|
"tall" "6"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
|
@ -1618,8 +1618,8 @@
|
|||||||
"file" "vgui/logos/build icons/hud_obj_status_sapper"
|
"file" "vgui/logos/build icons/hud_obj_status_sapper"
|
||||||
"x" "0"
|
"x" "0"
|
||||||
"y" "0"
|
"y" "0"
|
||||||
"width" "64"
|
"width" "128"
|
||||||
"height" "64"
|
"height" "128"
|
||||||
}
|
}
|
||||||
|
|
||||||
"cappoint_progressbar_teardrop"
|
"cappoint_progressbar_teardrop"
|
||||||
@ -2061,16 +2061,13 @@
|
|||||||
"height" "128"
|
"height" "128"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"ico_metal"
|
"ico_metal"
|
||||||
{
|
{
|
||||||
"file" "vgui\replay\thumbnails\game\buildingstatus_upgrade"
|
"file" "vgui\replay\thumbnails\game\buildingstatus_upgrade"
|
||||||
"x" "0"
|
"x" "0"
|
||||||
"y" "0"
|
"y" "0"
|
||||||
"width" "64"
|
"width" "128"
|
||||||
"height" "16"
|
"height" "32"
|
||||||
}
|
}
|
||||||
|
|
||||||
"ico_demolish"
|
"ico_demolish"
|
||||||
|
Loading…
Reference in New Issue
Block a user