Skip to content

Commit

Permalink
Fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Sep 12, 2024
1 parent c3ea24d commit 687b692
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ game.start(loader).then(() => {
});
```
### Step 11 - Bird Graphics
### Step 12 - Bird Graphics
We have a lovely Excalibur themed bird we created especially for this sample, feel free to use and remix. You'll notice that we have a sprite sheet for various frames.
Expand Down Expand Up @@ -841,7 +841,7 @@ this.graphics.add('start', this.startSprite);
this.graphics.use('start');
```
### Step 12 - Pipe Graphics
### Step 13 - Pipe Graphics
We also created a pipe especially for this sample, feel free to use and remix.
Expand Down Expand Up @@ -890,7 +890,7 @@ export class Pipe extends ex.Actor {
}
```
### Step 13 - Ground Graphics
### Step 14 - Ground Graphics
Finally the ground graphics, feel free to use and remix.
Expand Down Expand Up @@ -968,7 +968,7 @@ export class Ground extends ex.Actor {
}
```
### Step 14 - Flappy Sounds and Music
### Step 15 - Flappy Sounds and Music
Finally to really add depth to a game let's add some sound! `ex.Sound` needs to be loaded much like `ex.ImageSource`.
Expand Down

0 comments on commit 687b692

Please sign in to comment.