diff options
| author | Seth Flynn <[email protected]> | 2021-09-10 03:25:31 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-09-10 14:22:44 -0400 |
| commit | 8f20bd305da53eab11501e2809eaf039dce23780 (patch) | |
| tree | f130a5714c696ac4d4b02ec5d469c8065a4db192 /resource/ui/build_menu/pipboy/base_active.res | |
| parent | c416cb67497f3b98406d1562868c1ed470c46336 (diff) | |
initial commit of gethud
Diffstat (limited to 'resource/ui/build_menu/pipboy/base_active.res')
| -rw-r--r-- | resource/ui/build_menu/pipboy/base_active.res | 134 |
1 files changed, 106 insertions, 28 deletions
diff --git a/resource/ui/build_menu/pipboy/base_active.res b/resource/ui/build_menu/pipboy/base_active.res index 87451cf..c453312 100644 --- a/resource/ui/build_menu/pipboy/base_active.res +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -1,29 +1,107 @@ -#base "../base_active.res" - -"Resource/UI/build_menu/base.res" -{ - "ItemNameLabel" - { - "fgcolor" "ColorGreen" - } - - "BuildingIcon" - { - "iconColor" "ColorGreen" - } - - "MetalIcon" - { - "iconColor" "ColorGreen" - } - - "CostLabel" - { - "fgcolor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor" "ColorGreen" - } +"Resource/UI/destroy_menu/base_active.res"
+{
+ "ItemNameLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ItemNameLabel"
+ "font" "BebasNeue11"
+ "xpos" "0"
+ "ypos" "4"
+ "zpos" "1"
+ "wide" "55"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#TF_Object_Sentry"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "ItemBackground"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "ItemBackground"
+ "xpos" "4"
+ "ypos" "14"
+ "zpos" "0"
+ "wide" "98"
+ "tall" "105"
+ "visible" "0"
+ "enabled" "0"
+ "scaleImage" "1"
+ "icon" "hud_menu_item_bg_outline"
+ "iconColor" "ProgressOffWhite"
+ }
+
+ "BuildingIcon"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "BuildingIcon"
+ "xpos" "10"
+ "ypos" "16"
+ "zpos" "2"
+ "wide" "34"
+ "tall" "34"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "hud_menu_sentry_build"
+ "iconColor" "White"
+ }
+
+ "DestroyIcon"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "DestroyIcon"
+ "xpos" "10"
+ "ypos" "19"
+ "zpos" "1"
+ "wide" "34"
+ "tall" "34"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "icon" "ico_demolish"
+ "iconColor" "255 0 0 255"
+ }
+
+ "NumberBg"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "NumberBg"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "0"
+ "tall" "0"
+ "visible" "0"
+ "enabled" "0"
+ "scaleImage" "1"
+ "icon" "ico_key_blank"
+ "iconColor" "White"
+ }
+
+ "NumberLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "NumberLabel"
+ "font" "Cerbetica10"
+ "fgcolor" "White"
+ "xpos" "15"
+ "ypos" "12"
+ "zpos" "10"
+ "wide" "55"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "2"
+ "textAlignment" "center"
+ "dulltext" "1"
+ "brighttext" "0"
+ }
}
\ No newline at end of file |
