Hi, (again),
I decided to try and use faces for the battlers instead of the actual characters to see what it looks like. However, the faces are too low on the screen (see screenshot). I tried going into the scripting, but unfortunately I couldn't figure out how to change the sprite coordinates. I could find where the command was, but couldn't figure anything else out. Here is the piece of script (I think this is the right section)
what should i do with it? It is found in "Sprite_Battler".
Alternatively, one could centre the name above the image. this would also look ok. As well as that though, you could shrink the size of the bottom box (as in the one with the battlers and info in). This would actually be better, as i like the position of the eyes in the screenshot below.
Please Reply ASAP
Cheers
Jonathan
I decided to try and use faces for the battlers instead of the actual characters to see what it looks like. However, the faces are too low on the screen (see screenshot). I tried going into the scripting, but unfortunately I couldn't figure out how to change the sprite coordinates. I could find where the command was, but couldn't figure anything else out. Here is the piece of script (I think this is the right section)
Code:
# Set sprite coordinates
self.x = @battler.screen_x
self.y = @battler.screen_y
self.z = @battler.screen_z
what should i do with it? It is found in "Sprite_Battler".
Alternatively, one could centre the name above the image. this would also look ok. As well as that though, you could shrink the size of the bottom box (as in the one with the battlers and info in). This would actually be better, as i like the position of the eyes in the screenshot below.
http://i164.photobucket.com/albums/u9/reason2breathe/Screenshot.png[/IMG]
Please Reply ASAP
Cheers
Jonathan