diff options
| author | raysfire <[email protected]> | 2014-04-02 01:50:46 -0700 |
|---|---|---|
| committer | raysfire <[email protected]> | 2014-04-02 01:50:46 -0700 |
| commit | de9c8ea02bc0b1e80c1995c7e1611275a4de4b6e (patch) | |
| tree | cb3f25eaeffff17e5bb5b05d01b3a147a58fefd6 /minmode | |
| parent | 24f3b84612cec1b6e839bd9835979d98d560aa93 (diff) | |
Fixed backpack loading spinner and added support for new backpack gui
Diffstat (limited to 'minmode')
| -rw-r--r-- | minmode/resource/ui/econ/BackpackPanel.res | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/minmode/resource/ui/econ/BackpackPanel.res b/minmode/resource/ui/econ/BackpackPanel.res index b009ae4..25a6e05 100644 --- a/minmode/resource/ui/econ/BackpackPanel.res +++ b/minmode/resource/ui/econ/BackpackPanel.res @@ -32,6 +32,12 @@ "button_ypos" "85" "button_ydelta" "80" "button_override_delete_xpos" "0" + + "page_button_y" "288" + "page_button_x_delta" "3" + "page_button_y_delta" "3" + "page_button_per_row" "20" + "page_button_height" "13" "modelpanels_kv" { @@ -56,9 +62,9 @@ "inset_eq_x" "2" "inset_eq_y" "2" - + "deferred_description" "1" - "deffered_icon" "1" + "deferred_icon" "1" "itemmodelpanel" { @@ -338,11 +344,11 @@ { "ControlName" "CExButton" "fieldName" "PrevPageButton" - "xpos" "c195" - "ypos" "290" + "xpos" "c-290" + "ypos" "323" "zpos" "1" "wide" "20" - "tall" "20" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -376,11 +382,11 @@ "font" "HudFontSmallBold" "labelText" "%backpackpage%" "textAlignment" "center" - "xpos" "c220" - "ypos" "290" + "xpos" "c-270" + "ypos" "323" "zpos" "1" "wide" "40" - "tall" "20" + "tall" "25" "autoResize" "1" "pinCorner" "0" "visible" "1" @@ -392,11 +398,11 @@ { "ControlName" "CExButton" "fieldName" "NextPageButton" - "xpos" "c265" - "ypos" "290" + "xpos" "c-230" + "ypos" "323" "zpos" "1" "wide" "20" - "tall" "20" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -585,11 +591,11 @@ { "ControlName" "CExButton" "fieldName" "StyleButton" - "xpos" "c50" - "ypos" "290" + "xpos" "c-200" + "ypos" "323" "zpos" "20" "wide" "100" - "tall" "20" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" |
