Package | Description |
---|---|
com.mygdx.game | |
io.github.teamfractal.animation | |
io.github.teamfractal.screens |
Modifier and Type | Field and Description |
---|---|
(package private) IAnimation |
GameScreen.lastTileClickedFlash |
(package private) IAnimation |
GameScreen.playerWin |
Modifier and Type | Class and Description |
---|---|
class |
AnimationPlayerWin |
class |
AnimationTileFlash |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<IAnimation> |
AbstractAnimationScreen.animations |
private java.util.ArrayList<IAnimation> |
AbstractAnimationScreen.queueAnimations |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAnimationScreen.addAnimation(IAnimation animation)
Add a new animation to current Screen.
|