Package de.tum.cit.fop.maze.effects
Class Dash
java.lang.Object
de.tum.cit.fop.maze.effects.Effect
de.tum.cit.fop.maze.effects.Dash
A Dash effect that provides a short burst of speed to the player.
It also triggers a dash sound and applies a cooldown.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.tum.cit.fop.maze.effects.Effect
getTimeLeft, onTick
-
Constructor Details
-
Dash
Creates a new Dash effect.- Parameters:
player- The player performing the dash.
-
-
Method Details