MarvellousSoft / MarvInc

Zachlike with an immersive storyline told through emails.
https://marvellous.itch.io/marvellous-inc
GNU General Public License v3.0
54 stars 7 forks source link

Skip non-Lua files when loading custom puzzles #256

Closed inguin closed 6 years ago

inguin commented 6 years ago

When loading puzzles from the custom puzzle directory, skip all files that do not end in .lua. This keeps the game from trying to parse unwanted files, like backup/lock files written by some editors.

RenatoGeh commented 6 years ago

The next update should take care of this, though it'll still take some time until then as I'm quite busy with Uni work. This is a critical bug, though, and I'll be sure to push this ASAP and update our builds. Thank you for the PR, @inguin.