mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
Bump versions for rc8 (#704)
This commit is contained in:
@ -9,7 +9,8 @@ import '../../commons/square_component.dart';
|
||||
class MoveEffectGame extends BaseGame with TapDetector {
|
||||
SquareComponent square;
|
||||
|
||||
MoveEffectGame() {
|
||||
@override
|
||||
Future<void> onLoad() async {
|
||||
add(
|
||||
square = SquareComponent()..position = Vector2.all(100),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user