forked from bachingo/TF2Vintage
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from Juesto/patch-2
fix nav gen progress ui with res file from cs:s
- Loading branch information
Showing
1 changed file
with
118 additions
and
0 deletions.
There are no files selected for viewing
118 changes: 118 additions & 0 deletions
118
game/tf2vintage/assets/base/tf2v_core/resource/ui/navprogress.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
|