mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
make BaseGame non-abstract and remove SimpleGame | fix animation example
This commit is contained in:
@ -6,7 +6,7 @@ import '../position.dart';
|
||||
import 'game_render_box.dart';
|
||||
import 'game.dart';
|
||||
|
||||
/// This a widget to embed a game inside the Widget tree. You can use it in pair with [SimpleGame] or any other more complex [Game], as desired.
|
||||
/// This a widget to embed a game inside the Widget tree. You can use it in pair with [BaseGame] or any other more complex [Game], as desired.
|
||||
///
|
||||
/// It handles for you positioning, size constraints and other factors that arise when your game is embedded within the component tree.
|
||||
/// Provided it with a [Game] instance for your game and the optional size of the widget.
|
||||
|
||||
Reference in New Issue
Block a user