KOBUGE-Games / minilens

Cute puzzle platformer starring a cleaning robot on post-apocalyptic Earth
http://kobuge-games.github.io/minilens
GNU General Public License v3.0
135 stars 38 forks source link

Make it possible to save progress unencrypted #76

Open bojidar-bg opened 8 years ago

bojidar-bg commented 8 years ago

Currently progress is saved in user://savedata.bin, which is encrypted via Godot's mechanisms.

Since this is a FOSS game, it would be nice to save the data unencrypted, and it would be even better if we allow both.

I would propose adding application.config/encrypt_game_save in engine.cfg, which would be true by default.