XeroVolume
Member
What's the best method for getting an image of a non-standard size displayed on screen like so:
@sprite1 = Sprite.new
@sprite1.bitmap = RPG::Cache.title(001-Title01)
If this image were less than 640 X 480, how can I get it to display on the center of the screen, based on it's size (which will vary from time to time.)?
This sounds like it would have been answered before, but I can't find it anywhere.
@sprite1 = Sprite.new
@sprite1.bitmap = RPG::Cache.title(001-Title01)
If this image were less than 640 X 480, how can I get it to display on the center of the screen, based on it's size (which will vary from time to time.)?
This sounds like it would have been answered before, but I can't find it anywhere.