Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[Resolved] move battlers 12 pixels down?

Status
Not open for further replies.
i want all the battles moved 12 pixels down.

im sure that there's some easy edit i can do to the main scripts to do this, but, im not script savy... so can anyone tell me how to do this?
 
I assume you just want to lower the position of the actors since you can set where the enemies are in the editor.
In Game_Actor, you will find this function starting on line 578
Code:
  #--------------------------------------------------------------------------
  # * Get Battle Screen Y-Coordinate
  #--------------------------------------------------------------------------
  def screen_y
    return 464
  end
Simply change what is being returned as you need to. So for 12 pixels, 476.
 
Status
Not open for further replies.

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top