Update packages/pinball_components/lib/src/components/spaceship_ramp.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/207/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent 2e5ded37b1
commit 72d45b3fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -157,22 +157,22 @@ class _SpaceshipRampBackgroundRampSpriteComponent extends SpriteComponent
/// Indicates the [SpaceshipRamp]'s arrow dashes current sprite state. /// Indicates the [SpaceshipRamp]'s arrow dashes current sprite state.
enum SpaceshipRampArrowSpriteState { enum SpaceshipRampArrowSpriteState {
/// None dash lit up. /// Arrow with no dashes lit up.
inactive, inactive,
/// Only 1 dash lit up. /// Arrow with 1 dash lit up.
active1, active1,
/// Only 2 dashes lit up. /// Arrow with 2 dashes lit up.
active2, active2,
/// Only 3 dashes lit up. /// Arrow with 3 dashes lit up.
active3, active3,
/// Only 4 dashes lit up. /// Arrow with 4 dashes lit up.
active4, active4,
/// All arrow dashes lit up. /// Arrow with all 5 dashes lit up.
active5, active5,
} }

Loading…
Cancel
Save