MagicalLife
MagicalLife copied to clipboard
Settings Menu
Off of the main menu, and in the escape menu there should be a settings button that brings up a settings menu. This settings menu should include keybindings, audio, etc...
What sort of buttons should be on the Settings menu and in what order? I have started working on this.
It should have these tabs: Audio, Controls, Gameplay, Miscellaneous, Mod, Video
Use your best judgement to determine what should go in each tab, and remember: this is only a first draft. It'll probably change alot.
I should have mentioned this earlier, but I just thought of it now: Check out the Settings.cs class in API->Filing, it might be handy as well as the already defined settings located in API->Filing->Settings
I have started working on it. I want to get at least one fully functional control on there before complicating things. I went ahead and added an delegate to the input text box. I think having a change listener for the text might prove very useful for settings menu controls.
I agree, such a delegate would be very handy.