mozdevs / html5-games-workshop

HTML5 games workshop: build a platformer game!
https://mozdevs.github.io/html5-games-workshop/
Creative Commons Attribution Share Alike 4.0 International
48 stars 27 forks source link

Update step09_en.md #28

Open treedbox opened 7 years ago

treedbox commented 7 years ago

sprite.animations.add('rotate', [0, 1, 2, 1], 6, true); should be: sprite.animations.add('rotate', [0, 1, 2, 3], 6, true); To rotate the coin convincingly