diff options
| author | CriticalFlaw <[email protected]> | 2016-10-17 09:50:12 -0600 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2016-10-17 09:50:12 -0600 |
| commit | d15015c514cd89ed05c9ff75b011c1a30e8c03f7 (patch) | |
| tree | 3604a8a475bbbb34948709b4d113018d2d39b61e /minmode/resource/ui/hud_obj_sapper.res | |
| parent | 148f2c60cdfc87a7ea05d6a3b1706bba06c01b48 (diff) | |
Removed redundant minmode files
A lot of the files are identical to the base rayshud files, so why
incldue them?
Diffstat (limited to 'minmode/resource/ui/hud_obj_sapper.res')
| -rw-r--r-- | minmode/resource/ui/hud_obj_sapper.res | 199 |
1 files changed, 0 insertions, 199 deletions
diff --git a/minmode/resource/ui/hud_obj_sapper.res b/minmode/resource/ui/hud_obj_sapper.res deleted file mode 100644 index 95becf8..0000000 --- a/minmode/resource/ui/hud_obj_sapper.res +++ /dev/null @@ -1,199 +0,0 @@ -"Resource/UI/hud_obj_sapper.res" -{ - "BuildingStatusItem" - { - "ControlName" "Frame" - "fieldName" "BuildingStatusItem" - "xpos" "0" - "ypos" "0" - "wide" "150" - "tall" "177" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - } - - "Background" - { - "ControlName" "CIconPanel" - "fieldName" "Background" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "120" - "tall" "31" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "obj_status_background_red" - "iconColor" "255 255 255 255" - } - - "Icon" - { - "ControlName" "CIconPanel" - "fieldName" "Icon" - "xpos" "24" - "ypos" "147" - "wide" "28" - "tall" "28" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "obj_status_sapper" - "iconColor" "255 255 255 255" - } - - "NotBuiltPanel" - { - "ControlName" "EditablePanel" - "fieldName" "NotBuiltPanel" - "xpos" "0" - "ypos" "146" - "wide" "160" - "tall" "31" - "visible" "1" - - "NotBuiltLabel" - { - "ControlName" "CExLabel" - "fieldName" "NotBuiltLabel" - "font" "Cerbetica12" - "xpos" "60" - "ypos" "0" - "wide" "200" - "tall" "31" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Building_hud_sapper_not_built" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - } - - "BuiltPanel" - { - "ControlName" "EditablePanel" - "fieldName" "BuiltPanel" - "xpos" "0" - "ypos" "146" - "wide" "160" - "tall" "43" - "visible" "0" - - "Health" - { - "ControlName" "CBuildingHealthBar" - "fieldName" "Health" - "font" "Default" - "xpos" "13" - "ypos" "2" - "wide" "8" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "BuildingPanel" - { - "ControlName" "EditablePanel" - "fieldName" "BuildingPanel" - "xpos" "60" - "ypos" "0" - "wide" "100" - "tall" "31" - "visible" "0" - - "BuildingLabel" - { - "ControlName" "CExLabel" - "fieldName" "BuildingLabel" - "font" "DefaultSmall" - "xpos" "0" - "ypos" "5" - "wide" "200" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Building_hud_building" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "BuildingProgress" - { - "ControlName" "ContinuousProgressBar" - "fieldName" "BuildingProgress" - "font" "Default" - "xpos" "0" - "ypos" "16" - "wide" "50" - "tall" "8" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - } - - "RunningPanel" - { - "ControlName" "EditablePanel" - "fieldName" "RunningPanel" - "xpos" "55" - "ypos" "0" - "wide" "100" - "tall" "31" - "visible" "0" - - "TargetIcon" - { - "ControlName" "CIconPanel" - "fieldName" "TargetIcon" - "xpos" "0" - "ypos" "5" - "wide" "20" - "tall" "20" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "obj_status_sentrygun_1" - "iconColor" "255 255 255 255" - } - - "TargetHealth" - { - "ControlName" "ContinuousProgressBar" - "fieldName" "TargetHealth" - "font" "Default" - "xpos" "22" - "ypos" "12" - "wide" "35" - "tall" "8" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - } - } -}
\ No newline at end of file |
