chore: add dino & android GameBonus

pull/206/head
arturplaczek 3 years ago
parent 26cc086105
commit 8ca8bb70ad

@ -12,6 +12,12 @@ enum GameBonus {
/// Bonus achieved when a ball enters Sparky's computer.
sparkyTurboCharge,
/// Bonus achieved when the ball goes in the dino mouth.
dino,
/// Bonus achieved when a ball enters the android spaceship.
android,
}
/// {@template game_state}

Loading…
Cancel
Save