(RMVXA) Question about stat location

Started by BanisherOfEden, March 13, 2013, 12:48:48 am

Previous topic - Next topic

BanisherOfEden

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 -
Spoiler: ShowHide



to this something like this-
Spoiler: ShowHide


Max characters: 2000; characters remaining: 1952

LiTTleDRAgo

look at Window_Base and then search (CTRL + F)

def draw_actor_simple_status

BanisherOfEden

March 13, 2013, 03:28:43 am #2 Last Edit: March 13, 2013, 03:45:02 am by BanisherOfEden
Thank you. ^_^
My menu edit is finaly (for the most part) complete!
Spoiler: ShowHide

Max characters: 2000; characters remaining: 1952