HaxeFlixel / flixel-docs

Documentation for HaxeFlixel
72 stars 135 forks source link

Tut 11: added spritesheet for the +/- volume buttons #189

Closed KosnIre closed 7 years ago

KosnIre commented 7 years ago

This PR is to add a link to the image file for the +/- volume adjustment buttons in the OptionsState class.

The missing asset currently results in the following compilation error (also shown in #185):

source/OptionsState.hx:45: characters 29-51 : Class<AssetPaths> has no field button__png

I have also attempted to explain the purpose of the 3 frames in the spritesheet. Let me know if this is too much detail.

Gama11 commented 7 years ago

Thanks!