Hello,
I'm using Yanfly's battle engine and I've created a couple of custom commands...I think the screenshots explain the problem best...
As you can see in the first screenshot, the "attack skills" and "defense skills" commands are being squished because of how long they are. I don't really like how this looks.
So I go to the Window_ActorCommand class and under the window_width method, I increase the width of the command window, the result is the second screenshot.
So I just want to scooch the command window over to the left, and reduce the size of the big window with the faces in it (as my game only has those two heroes.)
However, I can't find a way to do this. Yanfly doesn't seem to have made an add-on for it, unless I'm being very dense and just missed it.
I've played around in the Window_battlestatus class and adjusted the window width there, but it seems to do...strange things. Things I can't make sense of...
Anybody have any ideas? Can't help but think it must be an easy problem to solve but I just can't seem to find a way.
Thanks in advance.
