- Joined
- Jun 2, 2012
- Messages
- 32
- Reaction score
- 2
- First Language
- French
- Primarily Uses
- RMMV
Hello!
I was playing around with the zoom function included in RPG Maker MV.
I got no problem with it on maps, but it's another question in battle.
I found out that you can zoom in battle by either using :
$gameScreen.startZoom( ) or $gameScreen.StartBattleZoom( )
My problem is, I didn't find something like that in battle.
However, on maps with $gameScreen.startZoom( ) I can move the zoom for a X and Y position.
$gameScreen.StartBattleZoom( ) sure do a proper zoom in battle but there is no way to indicate a position to zoom to it.
Am I missing something?
Thanks!
I was playing around with the zoom function included in RPG Maker MV.
I got no problem with it on maps, but it's another question in battle.
I found out that you can zoom in battle by either using :
$gameScreen.startZoom( ) or $gameScreen.StartBattleZoom( )
My problem is, I didn't find something like that in battle.
However, on maps with $gameScreen.startZoom( ) I can move the zoom for a X and Y position.
$gameScreen.StartBattleZoom( ) sure do a proper zoom in battle but there is no way to indicate a position to zoom to it.
Am I missing something?
Thanks!