Quantcast
Channel: Question and Answer » libgdx
Viewing all articles
Browse latest Browse all 434

LibGDX : Scene2D ScrollPane

$
0
0

I want to create a list of buttons with ScrollPane , but I cant create a ScrollPane . In the constructor method in the examples Skins are used (.atlas , .json files) but how to create these files?

Skin skin = new Skin(Gdx.files.internal("data/uiskin.json"));

Is there a program to generate this json ? As I noticed a lot of Scene2D elements need skins.


Viewing all articles
Browse latest Browse all 434

Trending Articles