Skip to content

Instantly share code, notes, and snippets.

View libindev's full-sized avatar
🎯
Focusing

Libin Mathew libindev

🎯
Focusing
  • India
View GitHub Profile
@libindev
libindev / Test.java
Created November 22, 2019 12:41 — forked from metaphore/Test.java
[LibGDX] Remove actor from parent after animation
Group group;
Actor actor;
// ...
group.addActor(actor);
// ...
// Remove target actor after animation has been finished