For example, I want to know how to change the distance between "HP" and the actual amount of HP that the character has in the status menu and on the main menu.
I just don't know which built-in area of the script to edit.
Night_Runner
Aug 2 2011, 01:10 AM
If you look under Window_Base, do a ctrl + f for
CODE
def draw_actor_hp
And you the snippet should just be that section Well, more specifically it should be in the last
CODE
self.contents.draw_text
bit of code in that section (the first input is the x coordinate)
lemonairable
Aug 2 2011, 10:34 AM
Thank you. That's what I was looking for.
I had designed a custom menu system, but experience values over two digits were overlapping with the "Experience" text.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.