From 8f20bd305da53eab11501e2809eaf039dce23780 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Fri, 10 Sep 2021 03:25:31 -0400 Subject: initial commit of gethud --- resource/ui/build_menu/pipboy/base_active.res | 134 ++++++++++++++++++++------ 1 file changed, 106 insertions(+), 28 deletions(-) (limited to 'resource/ui/build_menu/pipboy/base_active.res') 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 -- cgit v1.2.3