refactor: renamed egg to extra

pull/105/head
alestiago 4 years ago
parent 0a54cf62de
commit 3ec5b2b473

@ -103,7 +103,7 @@ class DebugPinballGame extends PinballGame with TapDetector {
addFromBlueprint( addFromBlueprint(
BallBlueprint( BallBlueprint(
position: info.eventPosition.game, position: info.eventPosition.game,
type: BallType.egg, type: BallType.extra,
), ),
); );
} }

Loading…
Cancel
Save