HaxeFlixel / flixel-docs

Documentation for HaxeFlixel
72 stars 135 forks source link

Tutorial: Addressed issues related to using completed files (e.g. CombatHUD) #190

Closed KosnIre closed 7 years ago

KosnIre commented 7 years ago

Issue List

171

185

155

Description

The primary focus of this pull request is to fix errors resulting from missing sound files. This is detailed with issue #171.

This PR uses approach A, telling the student about the sounds so that their code compiles, but also letting him/her know that we will discuss sound later on in the Tutorial.

The PR indirectly fixes Section 11 #185, because the select.wav file is now linked in Section 10. If the student has followed along, they will have downloaded that file already.

Finally, the PR also removes the unnecessary instructions as detailed in #155, which are no longer needed because we are using a completed CombatHUD file.

Gama11 commented 7 years ago

Wow, thanks! Feels great to have all those tutorial-related issues closed. :)

KosnIre commented 7 years ago

Definitely 😃 I finally decided that the simplest solution was probably the best.