summaryrefslogtreecommitdiff
path: root/resource/ui/econ/ConfirmDialogAbandonSafe.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2019-03-09 16:08:53 -0500
committerCriticalFlaw <[email protected]>2019-03-09 16:08:53 -0500
commitb5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 (patch)
treedb478a5395093809c203afb62167e70a99631344 /resource/ui/econ/ConfirmDialogAbandonSafe.res
parentfc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (diff)
Updated HUD Files
- Updated colors to use the schema instead of RGB codes - Removed unused or redundant code - Added shadows to certain elements - Corrected element names, reorganized some files - Pinned some elements to their parent elements - Fixed elements referencing non-existing colors or fonts
Diffstat (limited to 'resource/ui/econ/ConfirmDialogAbandonSafe.res')
-rw-r--r--resource/ui/econ/ConfirmDialogAbandonSafe.res20
1 files changed, 3 insertions, 17 deletions
diff --git a/resource/ui/econ/ConfirmDialogAbandonSafe.res b/resource/ui/econ/ConfirmDialogAbandonSafe.res
index 83d4ce5..1044c91 100644
--- a/resource/ui/econ/ConfirmDialogAbandonSafe.res
+++ b/resource/ui/econ/ConfirmDialogAbandonSafe.res
@@ -36,7 +36,7 @@
"pinCorner" "0"
"visible" "1"
"enabled" "1"
- "fgcolor_override" "Base Color"
+ "fgcolor_override" "ColorCyan"
}
"ExplanationLabel"
@@ -74,7 +74,7 @@
"enabled" "1"
"tabPosition" "0"
"labelText" "#GameUI_CancelBold"
- "font" "DfButton"
+ "font" "HudFontSmall"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
@@ -82,13 +82,6 @@
"Command" "cancel"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
- "paintbackground" "1"
- "defaultBgColor_override" "15 15 15 255"
- "armedBgColor_override" "25 25 25 255"
- "depressedBgColor_override" "25 25 25 255"
- "defaultFgColor_override" "TanLight"
- "armedFgColor_override" "TanLight"
- "depressedFgColor_override" "TanLight"
"border_default" "ButtonHover"
"border_armed" "ButtonHover"
}
@@ -109,7 +102,7 @@
"enabled" "1"
"tabPosition" "0"
"labelText" "#ConfirmButtonText"
- "font" "DfButton"
+ "font" "HudFontSmall"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
@@ -117,13 +110,6 @@
"Command" "confirm"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
- "paintbackground" "1"
- "defaultBgColor_override" "15 15 15 255"
- "armedBgColor_override" "25 25 25 255"
- "depressedBgColor_override" "25 25 25 255"
- "defaultFgColor_override" "TanLight"
- "armedFgColor_override" "TanLight"
- "depressedFgColor_override" "TanLight"
"border_default" "ButtonHover"
"border_armed" "ButtonHover"
}