|
|
@ -1,5 +1,4 @@
|
|
|
|
import 'dart:async';
|
|
|
|
import 'dart:async';
|
|
|
|
import 'dart:ui';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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';
|
|
|
@ -7,8 +6,6 @@ import 'package:sandbox/common/common.dart';
|
|
|
|
import 'package:sandbox/stories/ball/basic_ball_game.dart';
|
|
|
|
import 'package:sandbox/stories/ball/basic_ball_game.dart';
|
|
|
|
|
|
|
|
|
|
|
|
class SmallDashNestBumperAGame extends BasicBallGame with Traceable {
|
|
|
|
class SmallDashNestBumperAGame extends BasicBallGame with Traceable {
|
|
|
|
SmallDashNestBumperAGame() : super(color: const Color(0xFF0000FF));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static const info = '''
|
|
|
|
static const info = '''
|
|
|
|
Shows how a SmallDashNestBumper ("a") is rendered.
|
|
|
|
Shows how a SmallDashNestBumper ("a") is rendered.
|
|
|
|
|
|
|
|
|
|
|
|