diff options
| author | CriticalFlaw <[email protected]> | 2018-08-12 16:49:44 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-08-12 16:49:44 -0400 |
| commit | 2972ece00b980ce84e932cae83a348078d0d541c (patch) | |
| tree | f6a03b82f744e25ae8d60c17633c48cc2f652a49 /resource/ui/destroy_menu/pipboy/sentry_active.res | |
| parent | eb34e49b3489a37efc44916571d86e84343f5f63 (diff) | |
Updated Engineer PDAs to use #base
Diffstat (limited to 'resource/ui/destroy_menu/pipboy/sentry_active.res')
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/sentry_active.res | 114 |
1 files changed, 5 insertions, 109 deletions
diff --git a/resource/ui/destroy_menu/pipboy/sentry_active.res b/resource/ui/destroy_menu/pipboy/sentry_active.res index bafde8f..949ee51 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_active.res +++ b/resource/ui/destroy_menu/pipboy/sentry_active.res @@ -1,128 +1,24 @@ +#base "../sentry_active.res"
+
"Resource/UI/destroy_menu/sentry_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_Sentry"
- "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"
+ "fgcolor" "0 255 0 255"
}
"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_sentrygun_1"
"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" "1"
- "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" "1"
- "textAlignment" "Center"
- "dulltext" "1"
- "brighttext" "0"
}
}
\ No newline at end of file |
