AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k stars 290 forks source link

Dualitor Settings dialog #13

Open AdamsLair opened 11 years ago

AdamsLair commented 11 years ago
Xinayder commented 9 years ago

Would this be a dialog to set the default settings for Dualitor? Or just the current project settings?

AdamsLair commented 9 years ago

Would this be a dialog to set the default settings for Dualitor? Or just the current project settings?

The current editor settings, and potentially project settings (AppData / default UserData) as well. Right now, it's just scattered everywhere, and while that's fine for most of them, it would still be nice to have one central place to review all the settings there are.

It would likely require some kind of modular setup, so each editor plugin can add its own options, if required. Potentially using a UI-agnostic interface.