Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
Spence607

How to change battler y value.

Question

I've been trying the change the y value of the player battlers because I'm using the sprites as battlers and I want to move it up so it's not behind the status window. I know I can change the position of the character in the main menu by editing draw graphic in window base, but where is the y value of the battlers stored?

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

I've figured out how to change the battler y values finally you can edit either self.oy = @height or self.y = @battler.screen_y in Sprite_Battler. Only thing is it also moves the enemy battlers and by the time I get the character battlers above the status window the enemy battlers are way to high, is there any way to only change the value of the character battler?

Share this post


Link to post
Share on other sites
  • 0

so you're just tryin to move the hero battlers right? you can probably change the z for the hero party. the z number tells the game how pictures stack atop each other.

Share this post


Link to post
Share on other sites
  • 0

before i tell you(and probably make the problem worse) lemme ask you this. you just want to have the battlers be visible behind the command window in battle? or what?

Share this post


Link to post
Share on other sites
  • 0

No, I want the battlers to be above that window so it doesn't have to be transparent. So basically the battlers will be right under the enemy battlers.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...