fix: merge conflict

pull/171/head
alestiago 4 years ago
parent 0db08c3f66
commit 3042873bb4

@ -5,7 +5,7 @@ import 'package:sandbox/common/common.dart';
class BasicBallGame extends BasicGame with TapDetector, Traceable {
BasicBallGame({
this.color = = Colors.blue,
this.color = Colors.blue,
this.ballPriority = 0,
this.ballLayer = Layer.all,
});

Loading…
Cancel
Save