camera - libGDX: Get most left coordinate in a FillViewport -


how can left coordinate in fillviewport? tried things camera.viewportwidth/50, math.abs(gamescreen.viewport.getleftgutterwidth()) when resizing game, sprite should left outside of screen. resize method:

 @override     public void resize(int width, int height) {         viewport.update(width,height, true);     } 


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -