I want a low resolution game. When I use Yanflys to lower res the map looks great, but when I enter battle the menu takes up half the screen and the font is huge...........Any way to change the menu and shrink it down?
Resizing Battle Menu?
● ARCHIVED · READ-ONLY
-
-
There should be an option either in one of your installed plugins or in the main .json files that dictates the default font size. You should be able to safely edit it in one of those.
-
No idea which plugin to begin looking at. I'm new to RPGmaker in general...
-
Yeah, I'm not a huge coder, myself. I checked the .json files and found out that the default font size is 28, so I tried changing the number to 12, but nothing seemed to change when I ran the game.
-
Which file do you think handles the menu in the SV battle system?
-
This is actually a good question with no found solution. I'd like to know too.
-
Taking a guess here:
Try either changing this
Window_Base.prototype.lineHeight = function() { return 36;};Or this
Code:Window_Base.contents.fontSize = XX; -
I've moved this thread to JS Plugin Support. Please be sure to post your threads in the correct forum next time. Thank you.