From 3ec5b2b4739a0c3bc3b60f932b4d2c9cd7ce0d1d Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 29 Mar 2022 13:56:45 +0100 Subject: [PATCH] refactor: renamed egg to extra --- lib/game/pinball_game.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/pinball_game.dart b/lib/game/pinball_game.dart index e9a9728f..5c18d7c1 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -103,7 +103,7 @@ class DebugPinballGame extends PinballGame with TapDetector { addFromBlueprint( BallBlueprint( position: info.eventPosition.game, - type: BallType.egg, + type: BallType.extra, ), ); }