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!
We also had test boxes that are case sensitive so it never became a problem - defo gonna fix that next tiem ;)