diff options
| author | ibruton <[email protected]> | 2016-07-12 05:40:19 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-07-12 05:40:19 -0500 |
| commit | 68ebe8ef44c0619e772876404cea39673cb6d313 (patch) | |
| tree | 233aaa20de7bb485069475a0d750a261c0ecefda /resource/ui/winpanel.res | |
| parent | 8b234a7067cfa18f195ebfc140f352e6cd6e336b (diff) | |
Attempted to add in support for medals on winpanel
Diffstat (limited to 'resource/ui/winpanel.res')
| -rw-r--r-- | resource/ui/winpanel.res | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index cc55a28..276f8da 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -398,6 +398,20 @@ "fillcolor" "250 234 201 255"
"PaintBackgroundType" "0"
}
+ "Player1Badge"
+ {
+ "ControlName" "CTFBadgePanel"
+ "fieldName" "Player1Badge"
+ "xpos" "2"
+ "ypos" "120"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ }
"Player1Avatar" [$WIN32]
{
"ControlName" "CAvatarImagePanel"
@@ -467,6 +481,20 @@ "dulltext" "0"
"brighttext" "0"
}
+ "Player2Badge"
+ {
+ "ControlName" "CTFBadgePanel"
+ "fieldName" "Player2Badge"
+ "xpos" "2"
+ "ypos" "136"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ }
"Player2Avatar" [$WIN32]
{
"ControlName" "CAvatarImagePanel"
@@ -536,6 +564,20 @@ "dulltext" "0"
"brighttext" "0"
}
+ "Player3Badge"
+ {
+ "ControlName" "CTFBadgePanel"
+ "fieldName" "Player3Badge"
+ "xpos" "2"
+ "ypos" "152"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ }
"Player3Avatar" [$WIN32]
{
"ControlName" "CAvatarImagePanel"
@@ -662,6 +704,20 @@ "fillcolor" "250 234 201 255"
"PaintBackgroundType" "0"
}
+ "KillStreakPlayer1Badge"
+ {
+ "ControlName" "CTFBadgePanel"
+ "fieldName" "KillStreakPlayer1Badge"
+ "xpos" "2"
+ "ypos" "186"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ }
"KillStreakPlayer1Avatar" [$WIN32]
{
"ControlName" "CAvatarImagePanel"
|
