Код: Выделить всё
width=height=Gdx.graphics.getWidth()/4;
game.batch.draw(game.assets.good_guy,x,y,width,height);
Вот как это выглядит в игре:

А вот как выглядит текстура:

Подробнее здесь: https://stackoverflow.com/questions/274 ... le-texture
Код: Выделить всё
width=height=Gdx.graphics.getWidth()/4;
game.batch.draw(game.assets.good_guy,x,y,width,height);