Module com.example.project
Class LevelScoreSequence
java.lang.Object
com.example.project.controllers.gameScreens.animations.AnimationWrapper
com.example.project.controllers.gameScreens.animations.LevelScoreSequence
Animates each level tile popping up and the score text increasing for every tile in the word row.
-
Field Summary
Fields inherited from class com.example.project.controllers.gameScreens.animations.AnimationWrapper
sequentialAnimation
-
Constructor Summary
ConstructorsConstructorDescriptionLevelScoreSequence
(List<LetterTileController> wordTileControllers, LevelModel levelModel, javafx.scene.control.Label comboCountLabel, javafx.scene.control.Label multiplierLabel) Constructor. -
Method Summary
Methods inherited from class com.example.project.controllers.gameScreens.animations.AnimationWrapper
getChildren, play, setOnFinished
-
Constructor Details
-
LevelScoreSequence
public LevelScoreSequence(List<LetterTileController> wordTileControllers, LevelModel levelModel, javafx.scene.control.Label comboCountLabel, javafx.scene.control.Label multiplierLabel) Constructor.- Parameters:
wordTileControllers
- tiles to animate.levelModel
- level model.comboCountLabel
- the text label to add the sum to.multiplierLabel
- the text label to add the multi to.
-