added setPauseOnLostFocus(false)
This commit is contained in:
@@ -18,6 +18,14 @@ public class RollDiceNotification extends Notification{
|
||||
* @param color the color of the player that rolled the die.
|
||||
* @param eyes the number of eyes that were rolled.
|
||||
*/
|
||||
public RollDiceNotification(Color color, int eyes) {
|
||||
this.color = color;
|
||||
this.eyes = eyes;
|
||||
this.turbo = false;
|
||||
this.multiplier = -1;
|
||||
this.isRanking = false;
|
||||
}
|
||||
|
||||
public RollDiceNotification(Color color, int eyes, boolean isRanking) {
|
||||
this.color = color;
|
||||
this.eyes = eyes;
|
||||
|
||||
Reference in New Issue
Block a user