summaryrefslogtreecommitdiff
path: root/resource/ui/craftingstatusdialog.res
diff options
context:
space:
mode:
authorRaysFire <[email protected]>2013-08-14 00:51:20 -0500
committerRaysFire <[email protected]>2013-08-14 00:51:20 -0500
commit9c938a775f499ebb92e5f7c0a57b6697dceecf94 (patch)
treefafd5fe0b591d524ccbdac742465b30f415270fe /resource/ui/craftingstatusdialog.res
parent5686d2a088b49fd25a6d1fe821c328e9c948d092 (diff)
Added in new custom HUD menus (shop, replay, etc.)
Diffstat (limited to 'resource/ui/craftingstatusdialog.res')
-rw-r--r--resource/ui/craftingstatusdialog.res130
1 files changed, 130 insertions, 0 deletions
diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res
new file mode 100644
index 0000000..e4774a0
--- /dev/null
+++ b/resource/ui/craftingstatusdialog.res
@@ -0,0 +1,130 @@
+"Resource/UI/CraftingStatusDialog.res"
+{
+ "CraftingStatusDialog"
+ {
+ "fieldName" "CraftingStatusDialog"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-100"
+ "ypos" "200"
+ "wide" "200"
+ "tall" "110"
+ "paintbackgroundtype" "2"
+ "paintbackground" "1"
+ "bgcolor_override" "30 30 30 255"
+ "settitlebarvisible" "0"
+ "border" "CyanBorder"
+ }
+
+ "CenterPositioner"
+ {
+ "ControlName" "Label"
+ "fieldName" "CenterPositioner"
+ "font" "HudFontSmallBold"
+ "xpos" "0"
+ "ypos" "10"
+ "zpos" "0"
+ "wide" "200"
+ "tall" "0"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "centerwrap" "0"
+ "labelText" ""
+ "textAlignment" "center"
+ "bgcolor_override" "0 0 0 0"
+ }
+
+ "RecipeItemModelPanel"
+ {
+ "ControlName" "CItemModelPanel"
+ "fieldName" "RecipeItemModelPanel"
+ "visible" "0"
+ }
+
+ "TitleLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TitleLabel"
+ "font" "HudFontSmallBold"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "200"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "centerwrap" "1"
+ "labelText" "%updatetext%"
+ "textAlignment" "center"
+ "fgcolor_override" "TanLight"
+ "bgcolor_override" "0 0 0 0"
+ "auto_wide_tocontents" "1"
+
+ "pin_to_sibling" "CenterPositioner"
+ "pin_corner_to_sibling" "4"
+ "pin_to_sibling_corner" "4"
+ }
+ "EllipsesLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "EllipsesLabel"
+ "font" "HudFontSmallBold"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "200"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%ellipses%"
+ "textAlignment" "west"
+ "fgcolor_override" "TanLight"
+ "bgcolor_override" "0 0 0 0"
+
+ "pin_to_sibling" "TitleLabel"
+ "pin_corner_to_sibling" "0"
+ "pin_to_sibling_corner" "1"
+ }
+
+ "CloseButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CloseButton"
+ "xpos" "50"
+ "ypos" "75"
+ "zpos" "1"
+ "wide" "100"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#GameUI_Ok"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "default" "1"
+ "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"
+ }
+}