Bump versions for rc8 (#704)

This commit is contained in:
Luan Nico
2021-03-12 19:52:32 -05:00
committed by GitHub
parent 769bb711c3
commit 496b94e712
7 changed files with 17 additions and 12 deletions

View File

@ -11,7 +11,8 @@ class ScaleEffectGame extends BaseGame with TapDetector {
SquareComponent square;
bool grow = true;
ScaleEffectGame() {
@override
Future<void> onLoad() async {
add(
square = SquareComponent()
..position = Vector2.all(200)