mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
fix widget as game (#59)
This commit is contained in:
@ -4,7 +4,7 @@ import 'package:flutter/widgets.dart';
|
||||
|
||||
void main() {
|
||||
TiledGame game = TiledGame();
|
||||
runApp(game);
|
||||
runApp(game.widget);
|
||||
}
|
||||
|
||||
class TiledGame extends BaseGame {
|
||||
|
||||
Reference in New Issue
Block a user