Skip to main content
Wordings changed.
Source Link
Neerkoli
  • 509
  • 5
  • 22

Did you tryTry changing the image using setDrawable() method?:

loading.setDrawable(new TextureRegionDrawable(new TextureRegion(new Texture("90.png")));

Did you try changing the image using setDrawable() method?

loading.setDrawable(new TextureRegionDrawable(new TextureRegion(new Texture("90.png")));

Try changing the image using setDrawable() method:

loading.setDrawable(new TextureRegionDrawable(new TextureRegion(new Texture("90.png")));
Source Link
Neerkoli
  • 509
  • 5
  • 22

Did you try changing the image using setDrawable() method?

loading.setDrawable(new TextureRegionDrawable(new TextureRegion(new Texture("90.png")));