Skip to content

Commit

Permalink
Merge pull request #100 from Juesto/patch-2
Browse files Browse the repository at this point in the history
fix nav gen progress ui with res file from cs:s
  • Loading branch information
TF2V authored Dec 4, 2024
2 parents 35f31df + 45ae6cd commit e00caa1
Showing 1 changed file with 118 additions and 0 deletions.
118 changes: 118 additions & 0 deletions game/tf2vintage/assets/base/tf2v_core/resource/ui/navprogress.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
"Resource/UI/NavProgress.res"
{
"nav_progress"
{
"ControlName" "Frame"
"fieldName" "nav_progress"
"xpos" "200"
"ypos" "215"
"wide" "240"
"tall" "40"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "0"
}
"RoundedCornerBackground"
{
"ControlName" "Panel"
"fieldName" "RoundedCornerBackground"
"xpos" "0"
"ypos" "0"
"wide" "240"
"tall" "40"
"autoResize" "0"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "0"
"zpos" "0"
}
"TitleLabel"
{
"ControlName" "Label"
"fieldName" "TitleLabel"
"xpos" "5"
"ypos" "5"
"wide" "80"
"tall" "15"
"autoResize" "0"
"pinCorner" "2"
"visible" "0"
"enabled" "1"
"tabPosition" "0"
"labelText" ""
"textAlignment" "north-west"
"dulltext" "0"
"brighttext" "0"
"zpos" "1"
}
"TextLabel"
{
"ControlName" "Label"
"fieldName" "TextLabel"
"xpos" "5"
"ypos" "5"
"wide" "230"
"tall" "15"
"autoResize" "0"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" ""
"textAlignment" "north-west"
"dulltext" "0"
"brighttext" "0"
"zpos" "1"
}
"ProgressBarSizer"
{
"ControlName" "Panel"
"fieldName" "ProgressBarSizer"
"xpos" "9"
"ypos" "24"
"wide" "222"
"tall" "7"
"autoResize" "0"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"zpos" "1"
}
"ProgressBar"
{
"ControlName" "Panel"
"fieldName" "ProgressBar"
"xpos" "9"
"ypos" "24"
"wide" "222"
"tall" "7"
"autoResize" "0"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"zpos" "1"
}
"ProgressBarBorder"
{
"ControlName" "Panel"
"fieldName" "ProgressBarBorder"
"xpos" "7"
"ypos" "22"
"wide" "226"
"tall" "10"
"autoResize" "0"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"zpos" "2"
}
}

0 comments on commit e00caa1

Please sign in to comment.