java.lang.Object
com.example.project.controllers.gameScreens.animations.AnimationWrapper
com.example.project.controllers.gameScreens.animations.LevelScoreSequence

public class LevelScoreSequence extends AnimationWrapper
Animates each level tile popping up and the score text increasing for every tile in the word row.
  • 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.