bourgeoisor / topaz

Multiplayer sandbox ARPG written in C# using MonoGame.
1 stars 1 forks source link

Add a serializable settings model #1

Closed bourgeoisor closed 5 years ago

bourgeoisor commented 5 years ago

We should add a settings model which is serializable to/from an XML format, containing at minimum the following fields:

_fullscreen
_vsync
_windowedScreenWidth
_windowedScreenHeight
bourgeoisor commented 5 years ago

Merged #2