docs: fixed typo

pull/29/head
alestiago 4 years ago
parent 5a67b24764
commit acd48cb4e7

@ -18,7 +18,7 @@ class Ball extends PositionBodyComponent<PinballGame, SpriteComponent>
/// The initial position of the [Ball] body.
final Vector2 _position;
/// Location of the sprite thar renders with the [Ball].
/// Asset location of the sprite that renders with the [Ball].
///
/// Sprite is preloaded by [PinballGameAssetsX].
static const spritePath = 'components/ball.png';

Loading…
Cancel
Save