Skip to content

Commit

Permalink
Last minute change to drawing board
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Oct 11, 2024
1 parent a8883b5 commit 56d241a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 45 deletions.
30 changes: 0 additions & 30 deletions resource/ui/matchmakingplaylist.res
Original file line number Diff line number Diff line change
Expand Up @@ -387,34 +387,4 @@
"FieldName" "ScrollBar"
"xpos" "9999"
}

"DrawingBoard"
{
"ControlName" "EditablePanel"
"xpos" "0"
"ypos" "20"
"zpos" "1000"
"wide" "230"
"tall" "130"
"visible" "1"
"paintBorder" "1"
"border" "NoBorder"
"proportionaltoparent" "1"

"pin_to_sibling" "QuickplayEntry"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"

"Draw"
{
"ControlName" "CDrawingPanel"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "f0"
"linecolor" "TanLight"
"bgcolor_override" "Transparent"
"proportionaltoparent" "1"
}
}
}
30 changes: 15 additions & 15 deletions resource/ui/scoreboard.res
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@
}
}

"DrawingBoardRight"
"DrawingBoardDown"
{
"ControlName" "EditablePanel"
"xpos" "0"
Expand All @@ -2304,9 +2304,9 @@
"border" "NoBorder"
"proportionaltoparent" "1"

"pin_to_sibling" "RedBG"
"pin_to_sibling" "StatsBG"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"

"Draw"
{
Expand All @@ -2321,7 +2321,7 @@
}
}

"DrawingBoardDown"
"DrawingBoardTop"
{
"ControlName" "EditablePanel"
"xpos" "0"
Expand All @@ -2334,9 +2334,9 @@
"border" "NoBorder"
"proportionaltoparent" "1"

"pin_to_sibling" "StatsBG"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"
"pin_to_sibling" "RedBG"
"pin_corner_to_sibling" "PIN_BOTTOMRIGHT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"

"Draw"
{
Expand All @@ -2346,12 +2346,12 @@
"wide" "f0"
"tall" "f0"
"linecolor" "TanLight"
"bgcolor_override" "Transparent"
"bgcolor_override" "Red"
"proportionaltoparent" "1"
}
}

"DrawingBoardLeft"
"DrawingBoardRight"
{
"ControlName" "EditablePanel"
"xpos" "0"
Expand All @@ -2364,9 +2364,9 @@
"border" "NoBorder"
"proportionaltoparent" "1"

"pin_to_sibling" "BlueBG"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
"pin_to_sibling" "StatsBG"
"pin_corner_to_sibling" "PIN_BOTTOMLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMRIGHT"

"Draw"
{
Expand All @@ -2376,12 +2376,12 @@
"wide" "f0"
"tall" "f0"
"linecolor" "TanLight"
"bgcolor_override" "Transparent"
"bgcolor_override" "red"
"proportionaltoparent" "1"
}
}

"DrawingBoardTop"
"DrawingBoardLeft"
{
"ControlName" "EditablePanel"
"xpos" "0"
Expand All @@ -2394,7 +2394,7 @@
"border" "NoBorder"
"proportionaltoparent" "1"

"pin_to_sibling" "DrawingBoardRight"
"pin_to_sibling" "classmodelpanel"
"pin_corner_to_sibling" "PIN_BOTTOMRIGHT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"

Expand Down

1 comment on commit 56d241a

@tf2huds-dev
Copy link

@tf2huds-dev tf2huds-dev bot commented on 56d241a Oct 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to https://tf2huds.dev/hud/FlawHUD 🚀

Please sign in to comment.