|
|
@ -1,10 +1,9 @@
|
|
|
|
|
|
|
|
// ignore_for_file: public_member_api_docs
|
|
|
|
|
|
|
|
|
|
|
|
import 'package:flame_forge2d/flame_forge2d.dart';
|
|
|
|
import 'package:flame_forge2d/flame_forge2d.dart';
|
|
|
|
import 'package:pinball_components/pinball_components.dart';
|
|
|
|
import 'package:pinball_components/pinball_components.dart';
|
|
|
|
import 'package:pinball_flame/pinball_flame.dart';
|
|
|
|
import 'package:pinball_flame/pinball_flame.dart';
|
|
|
|
|
|
|
|
|
|
|
|
// TODO(alestiago): Evaluate if there is any useful documentation that could
|
|
|
|
|
|
|
|
// be added to this class.
|
|
|
|
|
|
|
|
// ignore: public_member_api_docs
|
|
|
|
|
|
|
|
class GoogleLetterBallContactBehavior extends ContactBehavior<GoogleLetter> {
|
|
|
|
class GoogleLetterBallContactBehavior extends ContactBehavior<GoogleLetter> {
|
|
|
|
@override
|
|
|
|
@override
|
|
|
|
void beginContact(Object other, Contact contact) {
|
|
|
|
void beginContact(Object other, Contact contact) {
|
|
|
|