diff options
| author | RaysFire <[email protected]> | 2013-08-14 00:51:20 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-08-14 00:51:20 -0500 |
| commit | 9c938a775f499ebb92e5f7c0a57b6697dceecf94 (patch) | |
| tree | fafd5fe0b591d524ccbdac742465b30f415270fe /minmode/resource/ui/replaybrowser/previewpanel.res | |
| parent | 5686d2a088b49fd25a6d1fe821c328e9c948d092 (diff) | |
Added in new custom HUD menus (shop, replay, etc.)
Diffstat (limited to 'minmode/resource/ui/replaybrowser/previewpanel.res')
| -rw-r--r-- | minmode/resource/ui/replaybrowser/previewpanel.res | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/minmode/resource/ui/replaybrowser/previewpanel.res b/minmode/resource/ui/replaybrowser/previewpanel.res new file mode 100644 index 0000000..6409244 --- /dev/null +++ b/minmode/resource/ui/replaybrowser/previewpanel.res @@ -0,0 +1,150 @@ +"Resource/UI/PreviewPanel.res" +{ + "PreviewPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewPanel" + "wide" "160" + "zpos" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "border" "ReplayBalloonBorder" + "proportional" "0" + } + "Screenshot" + { + "ControlName" "ImagePanel" + "fieldName" "Screenshot" + "zpos" "0" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + } + "InfoPanel" + { + "ControlName" "EditablePanel" + "fieldName" "InfoPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "75" + "NoScreenshotLabel" + { + "ControlName" "CExLabel" + "FieldName" "NoScreenshotLabel" + "Font" "HudFontMediumSmall" + "visible" "0" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "15" + "TextAlignment" "center" + } + "MapLabel" + { + "ControlName" "CExLabel" + "FieldName" "MapLabel" + "Font" "HudFontSmallestBold" + "TextAlignment" "west" + "xpos" "0" + "ypos" "10" + "wide" "160" + "tall" "10" + } + "DateTimeLabel" + { + "ControlName" "CExLabel" + "FieldName" "DateTimeLabel" + "Font" "HudFontSmallest" + "TextAlignment" "west" + "fgcolor_override" "115 106 91 255" + "xpos" "0" + "ypos" "22" + "wide" "160" + "tall" "15" + } + "Label0_0" + { + "ControlName" "CExLabel" + "FieldName" "Label0_0" + "Font" "DefaultVerySmall" + "TextAlignment" "west" + "fgcolor_override" "247 233 198 255" + "xpos" "0" + "ypos" "40" + "wide" "60" + "tall" "10" + "labelText" "#Replay_PlayedAs" + } + "Label0_1" + { + "ControlName" "CExLabel" + "FieldName" "Label0_1" + "Font" "DefaultVerySmall" + "TextAlignment" "west" + "fgcolor_override" "247 233 198 255" + "xpos" "60" + "ypos" "40" + "wide" "160" + "tall" "10" + } + "Label1_0" + { + "ControlName" "CExLabel" + "FieldName" "Label1_0" + "Font" "DefaultVerySmall" + "TextAlignment" "west" + "fgcolor_override" "247 233 198 255" + "xpos" "0" + "ypos" "50" + "wide" "60" + "tall" "10" + "labelText" "#Replay_KilledBy" + } + "Label1_1" + { + "ControlName" "CExLabel" + "FieldName" "Label1_1" + "Font" "DefaultVerySmall" + "TextAlignment" "west" + "fgcolor_override" "247 233 198 255" + "xpos" "60" + "ypos" "50" + "wide" "160" + "tall" "10" + } + "Label2_0" + { + "ControlName" "CExLabel" + "FieldName" "Label2_0" + "Font" "DefaultVerySmall" + "TextAlignment" "west" + "fgcolor_override" "247 233 198 255" + "xpos" "0" + "ypos" "60" + "wide" "60" + "tall" "10" + "labelText" "#Replay_LifeLength" + } + "Label2_1" + { + "ControlName" "CExLabel" + "FieldName" "Label2_1" + "Font" "DefaultVerySmall" + "TextAlignment" "west" + "fgcolor_override" "247 233 198 255" + "xpos" "60" + "ypos" "60" + "wide" "160" + "tall" "10" + } + } + "ClassImage" + { + "ControlName" "Panel" + "FieldName" "ClassImage" + "zpos" "102" + } +}
\ No newline at end of file |
