FHJoker
Re-thinking Osmium
- 88
- Posts
- 17
- Years
- Somwhere alone in peace
- Seen Jun 7, 2016
Is there a way that I can zoom in or out of pokemon sprites script wise?
sprite_variable.zoom_x=sprite_variable.zoom_x*2
sprite_variable.zoom_y=sprite_variable.zoom_y*2
sprite_variable.zoom_x=sprite_variable.zoom_x/2
sprite_variable.zoom_y=sprite_variable.zoom_y/2
@sprites["back"].zoom_x=0.5 && @sprites["back"].zoom_y=0.5
@sprites["back"].x=value
@sprites["back"].y=value