Hello RPG Maker Forum!
I need help, I have some pictures that I want to add to my game. I know how to add them but there is one problem, they appear at the corner of the screen where only a piece of the picture is visible. I have tried puting X and Y coordinates, centering it but it doesn't work. Any ideas on how to fix it?
Adding pictures to my game
● ARCHIVED · READ-ONLY
-
-
if only a part of the picture is visible, then you're using the wrong coordinates. Those coordinates depend on a lot of things, especially what you dhoose as the point of origin for those coordinates, and the size of your picture.
Please give us a screenshot of the show picture command and the size info of the picture you want to position.
If you want a fullscreen picture, the best option would be use center as point of origin and coordinates X=272 (half of 544) and Y=208 (half of 416).
This will work if your picture is fullscreen-size (544x416) and you didn't resize the engine.