diff options
| author | Ian Bruton <[email protected]> | 2012-11-04 16:04:06 -0600 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-11-04 16:04:06 -0600 |
| commit | 419e338bf3b007f4576afc2c548afce6fc0b01c9 (patch) | |
| tree | fb9315cade8beaf403085c827bda5a449e8789c4 /resource/ui/destroy_menu/pipboy/tele_exit_active.res | |
| parent | d9ef44adcf4a25672b338659bde99eab34e07b88 (diff) | |
Added a custom build/destroy menu. (With Pipboy Support!)
Diffstat (limited to 'resource/ui/destroy_menu/pipboy/tele_exit_active.res')
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/tele_exit_active.res | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_active.res b/resource/ui/destroy_menu/pipboy/tele_exit_active.res new file mode 100644 index 0000000..63446bc --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/tele_exit_active.res @@ -0,0 +1,128 @@ +"Resource/UI/destroy_menu/tele_exit_active.res"
+{
+ "ItemNameLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ItemNameLabel"
+ "font" "CerbeticaBold12"
+ "fgcolor" "0 255 0 255"
+ "xpos" "15"
+ "ypos" "2"
+ "zpos" "1"
+ "wide" "70"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#TF_Object_Tele_Exit_360"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "ItemBackground"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "ItemBackground"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "0"
+ "wide" "98"
+ "tall" "105"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "hud_menu_item_bg_outline"
+ "iconColor" "ProgressOffWhite"
+ }
+
+ "DestroyIcon"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "DestroyIcon"
+ "xpos" "13"
+ "ypos" "18"
+ "zpos" "1"
+ "wide" "70"
+ "tall" "70"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "ico_demolish"
+ "iconColor" "0 255 0 255"
+ }
+
+ "BuildingIcon"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "BuildingIcon"
+ "xpos" "10"
+ "ypos" "12"
+ "zpos" "2"
+ "wide" "80"
+ "tall" "80"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "obj_status_tele_exit"
+ "iconColor" "0 255 0 255"
+ }
+
+ "NumberBg"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "NumberBg"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "0"
+ "wide" "18"
+ "tall" "18"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "ico_key_blank"
+ "iconColor" "255 255 255 255"
+ }
+
+ "NumberLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "NumberLabel"
+ "font" "CerbeticaBold20"
+ "fgcolor" "0 255 0 255"
+ "xpos" "0"
+ "ypos" "95"
+ "zpos" "1"
+ "wide" "100"
+ "tall" "18"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "4"
+ "textAlignment" "Center"
+ "dulltext" "1"
+ "brighttext" "0"
+ }
+ "NumberLabelShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "NumberLabel"
+ "font" "CerbeticaBold20"
+ "fgcolor" "TransparentBlack"
+ "xpos" "1"
+ "ypos" "96"
+ "zpos" "1"
+ "wide" "100"
+ "tall" "18"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "4"
+ "textAlignment" "Center"
+ "dulltext" "1"
+ "brighttext" "0"
+ }
+}
\ No newline at end of file |
