0
votes
1answer
60 views

LibGdx : Animations not working on custom actor

I have this code for rendering a sprite, retrieved from a TextureAtlas public class SpriteActor extends Actor { private Sprite sprite; public SpriteActor(TextureAtlas atlas, String spriteName) { ...
0
votes
0answers
63 views

Twine Engine with Libgdx

I am new at game development and want to know how can I implement twine engine in 2D games built in Libgdx ?Any tutorial or sample code can help me.
1
vote
2answers
125 views

Tween Animation Cannot Start

Do you have any reasons why my tween code didn't run or work? I already add the tween engine onto the library folder under LibGDX project folder and "Order and Export" it under Java Build Path at the ...