All Questions
3 questions
0
votes
1
answer
2k
views
Smooth Camera Movement Java
So, I'm making a platformer game from scratch in Java and I am trying to make the camera movement smoother. Here is what it currently is
...
0
votes
1
answer
478
views
Libgdx, TweenEngine - continous rotation animation without stopping/delay
I have a probably dumb question.
I'm trying to create a LoadingCircle so I just picked one image (you can see in the attachment) and made some sequences to rotate it:
...
1
vote
2
answers
394
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 ...