I am learning libgdx but i am stuck at a point..
I have added a button in my stage , now i want to add a image in the stage so that the image looks as the background image to the …
I've been searching around Google for tutorials on how to use multiple screens with LibGDX using Scene2D. So far this is what I have in my Scene handling class but I don't know where to go from here. I …
I've read about libgdx's scene2d features, including the UI elements, but I can't get them to work. They all seem to use a skin object, how do I create one?
I've gone through the nice tutorial that creates a …