fix widget as game (#59)

This commit is contained in:
Renan
2019-03-18 09:29:12 -03:00
committed by Erick
parent bb6757d853
commit a778069b72
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import 'package:flutter/widgets.dart';
void main() {
TiledGame game = TiledGame();
runApp(game);
runApp(game.widget);
}
class TiledGame extends BaseGame {