Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is an impressive game! Despite this, it keeps giving me an error whenever I try to play my custom level, and I think it gave me a similar one when I returned from the settings menu.

Traceback (most recent call last): File "main.py", line 1323, in <module> File "editor.py", line 177, in save_level PermissionError: [Errno 13] Permission denied: 'leveldata/editorsavefile'

Maybe my computer doesn't want it to make changes to files? Because both saving the level and updating the settings involve editing a file, right?

That is because the .exe does not have the permission to read or write the hard disk. You can fix that by right click and choose "Run as Adminstrator" (If u r using Windows)