- Joined
- Dec 9, 2014
- Messages
- 281
- Reaction score
- 137
- First Language
- English
- Primarily Uses
I'm not a programmer, but i find out a little function in another topic.
Sets the game zoom factor (called once on scene load):$gameScreen.setZoom((SceneManager._screenWidth)/2,(SceneManager._screenHeight)/2,2.5);With this you can zoom in game, but the zoom is immediate without transition.
Anyone can made a small plugin who can Zoom IN/OUT with this features?
Best
Lakaroth
Sets the game zoom factor (called once on scene load):$gameScreen.setZoom((SceneManager._screenWidth)/2,(SceneManager._screenHeight)/2,2.5);With this you can zoom in game, but the zoom is immediate without transition.
Anyone can made a small plugin who can Zoom IN/OUT with this features?
- Zoom in/out (maybe with various speed for the transition)
- Center Player on the screen
- Set zoom region XY cooridnates
Best
Lakaroth