Game Changes and problems with SQLlite Godot
I just made some minor modifications to my game, including the addition of a game over screen and small animations. The game looks a bit polished for a game jam, at least. One thing I wanted to add was a SQLite database for high score tracking. It works flawlessly on my desktop (Windows), but the web version doesn't seem to support writing to the SQLite database. I believe this is due to the lack of write permissions on the itch.io server, which is causing it to not find the database.
Has anyone else used Godot with a SQLite database for the web version of their games?
thanx