mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 01:18:38 +08:00
bump version + formatting
This commit is contained in:
@ -4,7 +4,7 @@ import 'package:flame/animation.dart' as flame_animation;
|
||||
import 'package:flame/components/animation_component.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
void main() async{
|
||||
void main() async {
|
||||
final Size size = await Flame.util.initialDimensions();
|
||||
runApp(MyGame(size).widget);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user