android - Sprite Zoom in and zoom out animation in libgdx -
android - Sprite Zoom in and zoom out animation in libgdx -
i developing game in libgdx need zoom in , zoom out popup clearing every stage in game. please guide me how zoom effects in libgdx. note doing android device.
kindly assist.
you can zoom using property of same name of ortographiccamera.
camera.zoom = 1; //normal zoom (default) camera.zoom = 2; //zoomed in camera.zoom = 0.5f; //zoomed out
if mean "zooming" particular image, create bigger , smaller.
android libgdx
Comments
Post a Comment