- Joined
- Oct 20, 2014
- Messages
- 72
- Reaction score
- 19
- First Language
- English
i need help with my game, i am trying to get my battlers in the right POSITION but i can't get it to work no matter how much i try
VE_CUSTOM_POSITION = {
# Position
1 => {x: 420, y: 182}, # Position for the first actor.
2 => {x: 424, y: 218}, # Position for the second actor.
3 => {x: 428, y: 254}, # Position for the thrid actor.
4 => {x: 432, y: 290}, # Position for the fourth actor.
} # Don't remove
#--------------------------------------------------------------------------
# * Actors battlers position adjust
# Used to adjust the position of all actors battlers.
#--------------------------------------------------------------------------
VE_POSITION_ADJUST = {x: 8, y: 24}
#--------------------------------------------------------------------------
# * Actors battlers position adjust
# Used to adjust the position of all actors battlers.
#--------------------------------------------------------------------------
VE_DISTANCE_ADJUST = {x: 8, y: 24}
VE_CUSTOM_POSITION = {
# Position
1 => {x: 420, y: 182}, # Position for the first actor.
2 => {x: 424, y: 218}, # Position for the second actor.
3 => {x: 428, y: 254}, # Position for the thrid actor.
4 => {x: 432, y: 290}, # Position for the fourth actor.
} # Don't remove
#--------------------------------------------------------------------------
# * Actors battlers position adjust
# Used to adjust the position of all actors battlers.
#--------------------------------------------------------------------------
VE_POSITION_ADJUST = {x: 8, y: 24}
#--------------------------------------------------------------------------
# * Actors battlers position adjust
# Used to adjust the position of all actors battlers.
#--------------------------------------------------------------------------
VE_DISTANCE_ADJUST = {x: 8, y: 24}
