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 --- .../ui/destroy_menu/pipboy/dispenser_active.res | 48 +++++++-------- .../ui/destroy_menu/pipboy/dispenser_inactive.res | 16 ++--- .../ui/destroy_menu/pipboy/hudmenuengydestroy.res | 70 +++++++++++----------- resource/ui/destroy_menu/pipboy/sentry_active.res | 48 +++++++-------- .../ui/destroy_menu/pipboy/sentry_inactive.res | 16 ++--- .../destroy_menu/pipboy/tele_entrance_active.res | 48 +++++++-------- .../destroy_menu/pipboy/tele_entrance_inactive.res | 16 ++--- .../ui/destroy_menu/pipboy/tele_exit_active.res | 48 +++++++-------- .../ui/destroy_menu/pipboy/tele_exit_inactive.res | 16 ++--- 9 files changed, 163 insertions(+), 163 deletions(-) (limited to 'resource/ui/destroy_menu/pipboy') diff --git a/resource/ui/destroy_menu/pipboy/dispenser_active.res b/resource/ui/destroy_menu/pipboy/dispenser_active.res index bad4dcb..988f7d7 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_active.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_active.res @@ -1,25 +1,25 @@ -#base "../base_active.res" - -"Resource/UI/destroy_menu/dispenser_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" - "fgcolor_override" "ColorGreen" - } - - "BuildingIcon" - { - "icon" "obj_status_dispenser" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor_override" "ColorGreen" - } +#base "../base_active.res" + +"Resource/UI/destroy_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + "fgcolor_override" "ColorGreen" + } + + "BuildingIcon" + { + "icon" "obj_status_dispenser" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor_override" "ColorGreen" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res index 4a651a8..9b97221 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res @@ -1,9 +1,9 @@ -#base "../base_inactive.res" - -"Resource/UI/build_menu/dispenser_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" - } +#base "../base_inactive.res" + +"Resource/UI/build_menu/dispenser_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res index 3cba041..107eec7 100644 --- a/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res +++ b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res @@ -1,36 +1,36 @@ -#base "../HudMenuEngyDestroy.res" - -"Resource/UI/build_menu/HudMenuEngyDestroy.res" -{ - "ItemBackground" - { - "ControlName" "CTFImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "20" - "zpos" "0" - "wide" "400" - "tall" "120" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "pipboy_overlay" - "tileImage" "1" - "drawcolor" "192 192 192 255" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "TitleLabel" - { - "fgcolor" "ColorGreen" - } - - "CancelLabel" - { - "fgcolor" "ColorGreen" - } +#base "../HudMenuEngyDestroy.res" + +"Resource/UI/build_menu/HudMenuEngyDestroy.res" +{ + "ItemBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "20" + "zpos" "0" + "wide" "400" + "tall" "120" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "pipboy_overlay" + "tileImage" "1" + "drawcolor" "192 192 192 255" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "TitleLabel" + { + "fgcolor" "ColorGreen" + } + + "CancelLabel" + { + "fgcolor" "ColorGreen" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/sentry_active.res b/resource/ui/destroy_menu/pipboy/sentry_active.res index f18172b..67e7e58 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_active.res +++ b/resource/ui/destroy_menu/pipboy/sentry_active.res @@ -1,25 +1,25 @@ -#base "../base_active.res" - -"Resource/UI/destroy_menu/sentry_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Sentry" - "fgcolor_override" "ColorGreen" - } - - "BuildingIcon" - { - "icon" "obj_status_sentrygun_1" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor_override" "ColorGreen" - } +#base "../base_active.res" + +"Resource/UI/destroy_menu/sentry_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "fgcolor_override" "ColorGreen" + } + + "BuildingIcon" + { + "icon" "obj_status_sentrygun_1" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor_override" "ColorGreen" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/sentry_inactive.res b/resource/ui/destroy_menu/pipboy/sentry_inactive.res index 9c98ac0..870b929 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_inactive.res +++ b/resource/ui/destroy_menu/pipboy/sentry_inactive.res @@ -1,9 +1,9 @@ -#base "../base_inactive.res" - -"Resource/UI/destroy_menu/sentry_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Sentry" - } +#base "../base_inactive.res" + +"Resource/UI/destroy_menu/sentry_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res index f5e3281..c8cfc0a 100644 --- a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res @@ -1,25 +1,25 @@ -#base "../base_active.res" - -"Resource/UI/destroy_menu/tele_entrance_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" - "fgcolor_override" "ColorGreen" - } - - "BuildingIcon" - { - "icon" "obj_status_tele_entrance" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor_override" "ColorGreen" - } +#base "../base_active.res" + +"Resource/UI/destroy_menu/tele_entrance_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Entrance_360" + "fgcolor_override" "ColorGreen" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_entrance" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor_override" "ColorGreen" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res index be3e807..0fa09cf 100644 --- a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res @@ -1,9 +1,9 @@ -#base "../base_inactive.res" - -"Resource/UI/build_menu/tele_entrance_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" - } +#base "../base_inactive.res" + +"Resource/UI/build_menu/tele_entrance_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Entrance_360" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_active.res b/resource/ui/destroy_menu/pipboy/tele_exit_active.res index 2c88af3..2bda8e4 100644 --- a/resource/ui/destroy_menu/pipboy/tele_exit_active.res +++ b/resource/ui/destroy_menu/pipboy/tele_exit_active.res @@ -1,25 +1,25 @@ -#base "../base_active.res" - -"Resource/UI/destroy_menu/tele_exit_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Exit_360" - "fgcolor_override" "ColorGreen" - } - - "BuildingIcon" - { - "icon" "obj_status_tele_exit" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor_override" "ColorGreen" - } +#base "../base_active.res" + +"Resource/UI/destroy_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + "fgcolor_override" "ColorGreen" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_exit" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor_override" "ColorGreen" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res index f236327..802ccd6 100644 --- a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res @@ -1,9 +1,9 @@ -#base "../base_inactive.res" - -"Resource/UI/build_menu/tele_exit_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Exit_360" - } +#base "../base_inactive.res" + +"Resource/UI/build_menu/tele_exit_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + } } \ No newline at end of file -- cgit v1.2.3