feat!: Flip gravity in flame_forge2d to be able to mix Forge2D and Flame components (#1506)

This commit is contained in:
Lukas Klingsbo
2022-04-10 14:41:02 +02:00
committed by GitHub
parent f46cae040e
commit bdb360f181
20 changed files with 123 additions and 252 deletions

View File

@ -1,4 +1,5 @@
import 'package:flame/input.dart';
import 'package:flame_forge2d/flame_forge2d.dart';
import 'domino_sample.dart';
import 'sprite_body_sample.dart';