I was wondering how the placement of stats was determent.
All I can find is ~
draw_actor_simple_status(actor, rect.x + 108, rect.y + line_height / 2)
It looks like it just draw all the stats at once. Is there a way to change the locations of the individual stats?
I want to change it from this -
(http://i109.photobucket.com/albums/n52/dreamslayer7/menubefore_zps6ae488a9.png)
to this something like this-
(http://i109.photobucket.com/albums/n52/dreamslayer7/menuaftermaybe_zps4a4593c9.png)
look at Window_Base and then search (CTRL + F)
def draw_actor_simple_status
Thank you. ^_^
My menu edit is finaly (for the most part) complete!
(http://i109.photobucket.com/albums/n52/dreamslayer7/finishedmenuedit_zpsc599b48d.png)