Closed jasonkhanlar closed 3 years ago
I noticed https://github.com/flareteam/flare-engine/commit/d9adaaa133792f3dac6db45a60daa9dfaae9febc and added this to end of stash.txt (and reverting back to original values):
[tab]
name=Private
[tab]
name=Shared
[tab]
name=Rings
is_private=false
[tab]
name=Brute
is_private=false
[tab]
name=Scout
is_private=false
[tab]
name=Adept
is_private=false
and now it looks like the tabs do not fit contained in the menu https://i.imgur.com/4QgNNM9.png
You would need to change the image used for the stash menu.
This art_src
folder of this repo contains a GIMP XCF file that can aid in editing the menu graphics: https://github.com/flareteam/flare-game/blob/master/art_src/interface/menus.xcf
re: https://github.com/flareteam/flare-game/issues/725
I tinkered with https://github.com/flareteam/flare-game/blob/master/mods/fantasycore/menus/stash.txt
expecting the 80 slots to appear as 288 slots, and the user interface appears to work to handle it, but the visual background doesn't seem to scale to fit the ui area:
https://i.imgur.com/4QX9AIh.png
--- or did I miss something?