Fraot
Researcher & Game Developer
- 322
- Posts
- 16
- Years
- Somewhere on earth...
- Seen Mar 14, 2017
whoa!
He's right ?Alistair?, I wouldn't recommend that. I'm having a hard time adjusting everything on the screen(scripts), and it is not easy nor pleasant.
But if you want to change the screen size anyway, then go to the "SpriteResizer" script and edit the first lines:
#-----------
module Graphics
@@width=512
@@height=384
#-----------
Those are mine, they're the ones for the DS's resolution. Or (480x320 for the GBA's). You must know that every size/measure here is doubled.
I wouldn't recommend doing that because it would mess up almost all the graphics in the game. If you're willing to remake and realign them all, then just do a simple screen resize.
He's right ?Alistair?, I wouldn't recommend that. I'm having a hard time adjusting everything on the screen(scripts), and it is not easy nor pleasant.
But if you want to change the screen size anyway, then go to the "SpriteResizer" script and edit the first lines:
#-----------
module Graphics
@@width=512
@@height=384
#-----------
Those are mine, they're the ones for the DS's resolution. Or (480x320 for the GBA's). You must know that every size/measure here is doubled.