MrEliptik / godot_twitch_games

Collection of small chat interactive games for Twitch
https://bento.me/mreliptik
MIT License
16 stars 5 forks source link

Settings system #56

Closed MrEliptik closed 10 months ago

MrEliptik commented 10 months ago

A SettingsManager singleton which would handle saving and loading to a JSON file (or something else, if better). This could be used to remember window placement, resolution, transparency and other things.

Drathal commented 10 months ago

im working on it