I found the Atlas. But I can't get anything to work.
Code:
Dim Spine_Atlas As Atlas
(Load atlas code)
(From Java example)
atlas = new TextureAtlas(Gdx.files.internal("spineboy/spineboy.atlas"));
(How to translate this in vb should be something like)
atlas = TextureAtlas("c:\MyProhram\spineboy\spineboy.atlas")
(But I cant find any load procedure)
Is there a way to only load the animation and only get the draw information (x, y, UV coord, rotation)?