jackmakesthings / game-dev

return False; an experiment in AI and decision-making, via Godot Engine
GNU General Public License v2.0
3 stars 2 forks source link

functional prototype: options/config menu #75

Closed jackmakesthings closed 8 years ago

jackmakesthings commented 8 years ago

Don't currently know what these fields will be, so this ticket is limited in scope:

Specific types of fields to try including:

Once data is successfully saving to a file:

Future tickets will refine things like file saving/choosing/overwrite behavior, dynamic paths, multiple options files, etc.

jackmakesthings commented 8 years ago

@Batbro could use your input on this one. Can you give me a general list of options you think a game like ours should provide via the config menu? Incomplete/rough is fine, this will be a starting point we can refine and add to.

For options that would have a default (including anything that's on/off), include what you'd want the default value to be.

My thoughts so far:

What else?