HaxeFlixel / flixel-docs

Documentation for HaxeFlixel
72 stars 135 forks source link

Tut 10: Adding a link to the pointer.png image file #186

Closed KosnIre closed 7 years ago

KosnIre commented 7 years ago

In the Tutorial Chapter 10 - UI and Combat, the CombatHUD file references an image file that is not linked for the student to download: pointer.png. This results in the following compilation error:

CombatHUD.hx:108: characters 90-113 : Class has no field pointer__png

Note: Because pointer.png is a white asset, it does not show up on the page if linked as an image. Instead, I've chosen to link it via text for visibility.

Additionally, I felt this change made Step 1 too long, so I moved the modification of the Enemy file to its own step, which meant I had to re-number the rest of the steps.

Gama11 commented 7 years ago

Thanks!