I've been scratching my head over this for a few days now and've realised that editing the default scripts is getting me nowhere, so I thought I'd come and make a request here~
I'm looking to have an equip scene that looks like this. Enjoy my awful mockup.
So as you can see from there, the windows are all repositioned, and that stat menu to the side is gone (I don't need it). Something else that I'd like to do is
remove the optimise command - I assume with the window being smaller, it might get a little squishy, so I don't need it anyway. I understand that'll probably happen with the equip list as well, which should be vertically selectable - but I can just make smaller names, haha. Unless you want to implement some kind of scrolling text, but that's up to you and I don't particularly need it.
Incidentally, the reason I'm wanting these changes is because my menu looks like this -
and I just think an equip scene like that would look far more streamlined. To that effect, it'd be really helpful for me if you could
clearly reposition each window in the scene, just so I can get everything lined up correctly.
If it helps any, the menu window showing the actor face and stuff is called in the script like this -
def initialize(x, y) super(x, y, 300, 221) refresh end...at least I think it is. So that should be the size to aim for, for the equip slots.
If you need any more info then please do let me know, and thank you in advance.