made icon optional and default to empty string & adjust all game instances
This commit is contained in:
@@ -56,7 +56,6 @@ void main() {
|
||||
ruleset: Ruleset.singleWinner,
|
||||
description: 'A test game',
|
||||
color: GameColor.blue,
|
||||
icon: '',
|
||||
);
|
||||
testMatch1 = Match(
|
||||
name: 'First Test Match',
|
||||
|
||||
Reference in New Issue
Block a user