jukkae / rascal

A roguelike.
Other
1 stars 0 forks source link

Sound & music #186

Closed jukkae closed 6 years ago

jukkae commented 6 years ago

Need to make option to turn off.

jukkae commented 6 years ago

Have engine own a Preferences struct. Parse preferences.txt to that on startup, fall back to defaults on any errors for now. Then, have PreferencesState show the preferences struct, and serialize to preferences.txt on closing state.