diff options
| author | CriticalFlaw <[email protected]> | 2019-03-10 20:32:58 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-10 20:32:58 -0400 |
| commit | fdfa8d63e4eab65b1ac7087702ff576df47b2c10 (patch) | |
| tree | b249f93db5f48ab882a6cfac71614142f893db6f /resource/ui/econ | |
| parent | 59374d07d43bc3207a45294b05be3dd8f7b3299e (diff) | |
Playtesting Fixes
- Fixed the floating health ID not appearing
Diffstat (limited to 'resource/ui/econ')
| -rw-r--r-- | resource/ui/econ/BackpackPanel.res | 6 | ||||
| -rw-r--r-- | resource/ui/econ/confirmdialog.res | 114 |
2 files changed, 117 insertions, 3 deletions
diff --git a/resource/ui/econ/BackpackPanel.res b/resource/ui/econ/BackpackPanel.res index 74c6637..2fb6603 100644 --- a/resource/ui/econ/BackpackPanel.res +++ b/resource/ui/econ/BackpackPanel.res @@ -176,13 +176,13 @@ { "ControlName" "CExLabel" "fieldName" "ClassLabel" - "font" "HudFontMediumSmallBold" + "font" "HudFontMediumSmall" "labelText" "#ClassBeingEquipped" "textAlignment" "west" "xpos" "c-280" "ypos" "15" "zpos" "1" - "wide" "210" + "wide" "250" "tall" "25" "autoResize" "0" "pinCorner" "0" @@ -244,7 +244,7 @@ "ControlName" "CheckButton" "fieldName" "ShowBaseItemsCheckbox" "labelText" "#ShowBaseItemsCheckBox" - "font" "Cerbetica10" + "font" "HudFontSmallestBold" "textAlignment" "east" "xpos" "c-29" "ypos" "15" diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res new file mode 100644 index 0000000..714c82b --- /dev/null +++ b/resource/ui/econ/confirmdialog.res @@ -0,0 +1,114 @@ +"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" "DarkGrey" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica32" + "labelText" "#ConfirmTitle" + "textAlignment" "center" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "324" + "tall" "23" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "EconFontSmall" + "labelText" "%text%" + "textAlignment" "center" + "xpos" "40" + "ypos" "50" + "zpos" "1" + "wide" "324" + "tall" "170" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "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 |
