Some graphics can't be found on case-sensitive filesystem

Issue #2 resolved
Jonathan Wehrle created an issue

Some images won't be found on case-sensitive file systems

#!

Error: main.lua:34: Could not open file img/Baum55.png. Does not exist.
stack traceback:
    libs/hump/gamestate.lua:89: in function <libs/hump/gamestate.lua:88>
    [C]: in function 'f'
    main.lua:34: in function '__index'
    src/entities/GenerateMap.lua:14: in function 'GenerateMap'
    src/states/Game.lua:64: in function '__NULL__'
    libs/hump/gamestate.lua:43: in function 'switch'
    src/states/Title.lua:64: in function <src/states/Title.lua:55>
    [string "boot.lua"]:455: in function <[string "boot.lua"]:436>
    [C]: in function 'xpcall'
In code file name
img/Baum55.png img/baum55.png
img/haus33.png img/Haus33.png
img/haus8.png img/Haus8.png

Comments (1)

  1. Log in to comment