diff options
| author | Igor Nikitin <[email protected]> | 2017-10-28 10:05:32 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-28 10:05:32 -0400 |
| commit | da97376a007d15a77a17ba8e3be8d3fc9991b9ba (patch) | |
| tree | 331aa28fbb0cc28836e1cbde6bcb7177ad94c7e9 /resource/ui/replaybrowser/previewpanel.res | |
| parent | aa6b8b0bf9b56a709af0dce34dd8ea73202d6021 (diff) | |
| parent | 2699ff3f4fde75e2f77dbaa4274749cdf00fd0b2 (diff) | |
20171028 - Scream Fortress Update
- Updated for Scream Fortress 2017
- Updated the Main Menu design and backend
- Updated the version number
- Fixed inexplicable crashes following the Scream Fortress update
- Fixed incorrect image file being used during the loading screen
- Fixed the Phlogistinator, Thermal Thruster and Vita Saw meters
- Miscellaneous other fixes and tweaks
- Removed unused files, code and fonts
- Replaced the current crosshairs with KnuckleCrosses
Diffstat (limited to 'resource/ui/replaybrowser/previewpanel.res')
| -rw-r--r-- | resource/ui/replaybrowser/previewpanel.res | 150 |
1 files changed, 0 insertions, 150 deletions
diff --git a/resource/ui/replaybrowser/previewpanel.res b/resource/ui/replaybrowser/previewpanel.res deleted file mode 100644 index 6409244..0000000 --- a/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 |
