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.
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.
This topic has been resolved. If lordnick5000 or any other users have any questions or further problems regarding this topic, please create a new thread about them.