You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pinball/lib/game/components/android_acres/behaviors/behaviors.dart

4 lines
117 B

export 'android_spaceship_bonus_behavior.dart';
feat: `SpaceshipRamp` shot logic (#296) * feat: spaceship ramp added cubit and behavior to sensor * refactor: changed spaceshipt ramp sensor, cubit and behavior names * refactor: added behaviors to AndroidAcres * refactor: connect rampsensors with android acres bonus * refactor: move ramp sensor to spaceship ramp children * test: fixed some tests for ramp * chore: removed unused imports * chore: removed unused import * Update lib/game/components/android_acres/behaviors/ramp_bonus_behavior.dart Co-authored-by: Alejandro Santiago <dev@alestiago.com> * refactor: search sensors from parent children * refactor: moved ramp sensor cubit to spaceship ramp * refactor: modified ramp behaviors * refactor: fixed ramp behaviors tests * refactor: changed ramp behaviors * chore: analysis errors * test: fixed ramp contact test * test: coverage for spaceshipramp * Update packages/pinball_components/lib/src/components/spaceship_ramp/spaceship_ramp.dart Co-authored-by: Alejandro Santiago <dev@alestiago.com> * refactor: fixed test when removing children from spaceship test constructor * refactor: moved arrow state to cubit inside ramp instead of propagate from behavior * refactor: sandbox for spaceshipramp modified * refactor: removed arrow value from spaceship ramp state to sprite logic * test: golden tests for ramp arrow * test: coverage * test: coverage * refactor: changed name for RampBallAscendingContactBehavior * refactor: added ScoringBehavior on shot and bonus behaviors * feat: cancel subscription on ramp behavior remove * chore: unused import Co-authored-by: Alejandro Santiago <dev@alestiago.com>
2 years ago
export 'ramp_bonus_behavior.dart';
export 'ramp_shot_behavior.dart';