diff --git a/src/content/platformer/step09_en.md b/src/content/platformer/step09_en.md index b010af9..37d1798 100644 --- a/src/content/platformer/step09_en.md +++ b/src/content/platformer/step09_en.md @@ -40,7 +40,7 @@ To collect the coins we will **detect when the main character has touched** any // ... - this._spawnCharacters({hero: data.hero, spiders: data.spiders}); + this._spawnCharacters({hero: data.hero}); // spawn important objects data.coins.forEach(this._spawnCoin, this);