HIIW-0.1 Bug fix for font filename error

If you've downloaded HIIW-0.1 and you're getting "IOError: unable to read font filename", rename

    Game/Resources/fonts/HansHand.ttf

to

    Game/Resources/fonts/Hanshand.ttf

(log in to comment)

Comments

please always use lowercase for everything, like 'game/resources/fonts/hanshand.ttf' - it's lots easier to avoid problems on case sentitive file systems...
We generally do that, this time we had so much content from different people I didn't enforce it well, but I just made sure to grab the right filenames.
We also had test boxes that are case sensitive so it never became a problem - defo gonna fix that next tiem ;)
I think I'm going to fix Albow's resource loader to check that all pathnames used match the case of what's on the disk, so that I won't have this problem again!