diff options
| author | raysfire <[email protected]> | 2016-10-25 11:27:27 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-25 11:27:27 -0500 |
| commit | 15ef98f426de57feba379b36830785581f13410a (patch) | |
| tree | 55099ccc4935db073894c9b9a54f4b008329e3c2 /minmode/resource/ui/replaybrowser/previewpanel.res | |
| parent | 02ddea179ff68a8bea1e6727eaa8e44118c84c44 (diff) | |
| parent | 5c650570389044ddd588e83d595a8794fb1e8032 (diff) | |
Merge pull request #52 from CriticalFlaw/master
#Base Method Update (see note)
Diffstat (limited to 'minmode/resource/ui/replaybrowser/previewpanel.res')
| -rw-r--r-- | minmode/resource/ui/replaybrowser/previewpanel.res | 150 |
1 files changed, 0 insertions, 150 deletions
diff --git a/minmode/resource/ui/replaybrowser/previewpanel.res b/minmode/resource/ui/replaybrowser/previewpanel.res deleted file mode 100644 index 6409244..0000000 --- a/minmode/resource/ui/replaybrowser/previewpanel.res +++ /dev/null @@ -1,150 +0,0 @@ -"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 |
