There is a texture that should be full screen. It is 500x250 pixels. I put it like this:
batch.draw(background,0,0,screenWidth,screenHeight); It turns out that:
What can be used to stretch it under the screen?
There is a texture that should be full screen. It is 500x250 pixels. I put it like this:
batch.draw(background,0,0,screenWidth,screenHeight); It turns out that:
What can be used to stretch it under the screen?
Source: https://ru.stackoverflow.com/questions/483965/
All Articles