diff options
| author | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
| commit | b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 (patch) | |
| tree | db478a5395093809c203afb62167e70a99631344 /resource/ui/craftingstatusdialog.res | |
| parent | fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (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/craftingstatusdialog.res')
| -rw-r--r-- | resource/ui/craftingstatusdialog.res | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index 36b16b2..84c0e3b 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -9,9 +9,8 @@ "ypos" "200" "wide" "200" "tall" "110" - "paintbackgroundtype" "2" - "paintbackground" "1" - "bgcolor_override" "30 30 30 255" + "paintbackgroundtype" "0" + "bgcolor_override" "DarkGrey" "settitlebarvisible" "0" "border" "CyanBorder" } @@ -118,13 +117,6 @@ "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255k" - "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" } |
