ShotgunNinja / Kerbalism

Hundreds of Kerbals were killed in the making of this mod.
The Unlicense
43 stars 19 forks source link

UI persistence, load and save UI data to .sfs file. #113

Closed PiezPiedPy closed 7 years ago

PiezPiedPy commented 7 years ago

Added a UIData class to enable loading and saving of UI information to the .sfs file, such as positions, sizes, styles etc. Works via the DB class and uses public member access, just as the other Database classes do.

Currently supports the saving and loading of:

ShotgunNinja commented 7 years ago

Thanks, I merged this manually here, with some minor changes.