mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
8 lines
196 B
Dart
Executable File
8 lines
196 B
Dart
Executable File
import 'package:flame/game.dart';
|
|
import 'package:flame_isolate_example/colonists_game.dart';
|
|
import 'package:flutter/material.dart';
|
|
|
|
void main() {
|
|
runApp(GameWidget(game: ColonistsGame()));
|
|
}
|