diff options
| author | CriticalFlaw <[email protected]> | 2017-10-28 10:00:13 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-10-28 10:00:13 -0400 |
| commit | 2699ff3f4fde75e2f77dbaa4274749cdf00fd0b2 (patch) | |
| tree | 331aa28fbb0cc28836e1cbde6bcb7177ad94c7e9 /resource/ui/build_menu/base_selectable.res | |
| parent | a9c346e343aa678f281c0233948b4f90415c5b1f (diff) | |
20171028 - Scream Fortress 2017 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/build_menu/base_selectable.res')
| -rw-r--r-- | resource/ui/build_menu/base_selectable.res | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/resource/ui/build_menu/base_selectable.res b/resource/ui/build_menu/base_selectable.res deleted file mode 100644 index 4dab442..0000000 --- a/resource/ui/build_menu/base_selectable.res +++ /dev/null @@ -1,107 +0,0 @@ -"Resource/UI/build_menu/base_selectable.res"
-{
- "MainBackground"
- {
- "ControlName" "CIconPanel"
- "fieldName" "MainBackground"
- "xpos" "3"
- "ypos" "1"
- "zpos" "0"
- "wide" "98"
- "tall" "135"
- "visible" "1"
- "enabled" "1"
- "scaleImage" "1"
- "icon" "hud_menu_item_bg"
- "iconColor" "128 128 128 255"
- }
-
- "ItemNameLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "ItemNameLabel"
- "font" "Default"
- "xpos" "10"
- "ypos" "2"
- "zpos" "1"
- "wide" "84"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#TF_Empty_Slot"
- "labelText_lodef" "#TF_Empty_Slot"
- "textAlignment" "Left"
- "dulltext" "0"
- "brighttext" "0"
- "fgcolor" "black"
- }
-
- "ItemBackground"
- {
- "ControlName" "CIconPanel"
- "fieldName" "ItemBackground"
- "xpos" "4"
- "ypos" "0"
- "zpos" "0"
- "wide" "98"
- "tall" "135"
- "visible" "1"
- "enabled" "1"
- "scaleImage" "1"
- "icon" "hud_menu_item_bg"
- "iconColor" "ProgressOffWhite"
- }
-
- "BuildingIcon"
- {
- "ControlName" "CIconPanel"
- "fieldName" "BuildingIcon"
- "xpos" "22"
- "ypos" "19"
- "zpos" "2"
- "wide" "56"
- "tall" "56"
- "visible" "0"
- "enabled" "1"
- "scaleImage" "1"
- "icon" "hud_menu_sentry_build"
- "iconColor" "255 255 255 255"
- }
-
- "MetalIcon"
- {
- "ControlName" "CIconPanel"
- "fieldName" "MetalIcon"
- "xpos" "10"
- "ypos" "79"
- "zpos" "1"
- "wide" "10"
- "tall" "10"
- "visible" "0"
- "enabled" "1"
- "scaleImage" "1"
- "icon" "ico_metal"
- "iconColor" "TanDarker"
- }
-
- "CostLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CostLabel"
- "font" "HudFontSmall"
- "fgcolor" "TanDarker"
- "xpos" "23"
- "ypos" "78"
- "zpos" "1"
- "wide" "84"
- "tall" "13"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "labelText" "%metal%"
- "textAlignment" "Left"
- }
-}
\ No newline at end of file |
