Skip to content

docs: Add missing asset instructions to Space Shooter tutorial#3832

Merged
spydon merged 1 commit intomainfrom
docs/space-shooter-assets
Mar 2, 2026
Merged

docs: Add missing asset instructions to Space Shooter tutorial#3832
spydon merged 1 commit intomainfrom
docs/space-shooter-assets

Conversation

@spydon
Copy link
Copy Markdown
Member

@spydon spydon commented Mar 2, 2026

Description

The Space Shooter tutorial referenced image assets (player-sprite.png, player.png, stars_0/1/2.png, bullet.png, enemy.png, explosion.png) without explaining where to obtain them or how to set up the project's asset directory. This adds asset setup instructions to step 1 and inline download instructions for each asset in steps 2-6, following the same pattern used in the Klondike tutorial.

Checklist

  • I have followed the Contributor Guide when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

Related Issues

Closes #3673

The Space Shooter tutorial referenced image assets (player-sprite.png,
player.png, stars_0/1/2.png, bullet.png, enemy.png, explosion.png)
without explaining where to obtain them or how to set up the project's
asset directory. This adds asset setup instructions to step 1 and
inline download instructions for each asset in steps 2-6, following the
same pattern used in the Klondike tutorial.

Closes #3673
@spydon spydon requested a review from erickzanardo March 2, 2026 17:11
@spydon spydon merged commit 5e13f69 into main Mar 2, 2026
12 checks passed
@spydon spydon deleted the docs/space-shooter-assets branch March 2, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Space Shooter tutorial is missing a player asset.

2 participants