summaryrefslogtreecommitdiff
path: root/resource/ui/econ/confirmdialog.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/confirmdialog.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/confirmdialog.res')
-rw-r--r--resource/ui/econ/confirmdialog.res116
1 files changed, 0 insertions, 116 deletions
diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res
deleted file mode 100644
index 602d565..0000000
--- a/resource/ui/econ/confirmdialog.res
+++ /dev/null
@@ -1,116 +0,0 @@
-"Resource/UI/ConfirmDialog.res"
-{
- "ConfirmDialog"
- {
- "ControlName" "Frame"
- "fieldName" "ConfirmDialog"
- "xpos" "c-150"
- "ypos" "140"
- "wide" "324"
- "tall" "200"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "settitlebarvisible" "0"
- "PaintBackgroundType" "0"
- "paintbackground" "1"
- "paintborder" "1"
- "border" "CyanBorderThick"
- "bgcolor_override" "25 25 25 255"
- }
-
- "TitleLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TitleLabel"
- "font" "Cerbetica26"
- "labelText" "#ConfirmTitle"
- "textAlignment" "north"
- "xpos" "0"
- "ypos" "15"
- "zpos" "1"
- "wide" "324"
- "tall" "20"
- "autoResize" "1"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
-
- "ExplanationLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "ExplanationLabel"
- "font" "HudFontSmall"
- "labelText" "%text%"
- "textAlignment" "center"
- "xpos" "40"
- "ypos" "50"
- "zpos" "1"
- "wide" "324"
- "tall" "170"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "centerwrap" "1"
- "fgcolor_override" "Yellow"
- }
-
- "CancelButton"
- {
- "ControlName" "CExButton"
- "fieldName" "CancelButton"
- "xpos" "190"
- "ypos" "165"
- "zpos" "20"
- "wide" "124"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "labelText" "#GameUI_CancelBold"
- "font" "HudFontSmall"
- "textAlignment" "center"
- "textinsetx" "50"
- "dulltext" "0"
- "brighttext" "0"
- "Command" "cancel"
- "sound_depressed" "UI/buttonclick.wav"
- "sound_released" "UI/buttonclickrelease.wav"
- "border_default" "ButtonHover"
- "border_armed" "ButtonHover"
- }
-
- "ConfirmButton"
- {
- "ControlName" "CExButton"
- "fieldName" "ConfirmButton"
- "xpos" "10"
- "ypos" "165"
- "zpos" "20"
- "wide" "175"
- "tall" "20"
- "default" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "labelText" "#ConfirmButtonText"
- "font" "HudFontSmall"
- "textAlignment" "center"
- "textinsetx" "50"
- "dulltext" "0"
- "brighttext" "0"
- "Command" "confirm"
- "sound_depressed" "UI/buttonclick.wav"
- "sound_released" "UI/buttonclickrelease.wav"
- "border_default" "ButtonHover"
- "border_armed" "ButtonHover"
- }
-} \ No newline at end of file