day 3-7 comment bugs here

hi guys comment bugs here

(log in to comment)

Comments

There's 3 capitalization mismatches that cause a problem on Linux. You can fix two of them with a file change:

mv data/sounds/CLICK.ogg data/sounds/click.ogg
mv data/images/breeder/items/food.png data/images/breeder/items/Food.png

However breeder/items/Autofeeder.png is referred to two different times in the code with different capitalization (in breeder_game.py and breeder/shop_class.py) so you'll need to change the code to fix it.

Thank you so much for catching this! This problem should be fixed in the newest release (V1.0.3). Please let me know if there are any other issues!
Cool, the latest version works for me. Thanks for that!