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

game logic: prototype config file use #68

Closed jackmakesthings closed 8 years ago

jackmakesthings commented 8 years ago

Goal is to set up a working demo for setting/getting data from an external config file. Example use case: during a dialogue, the player is asked for their preferred pronouns. The answer gets saved as a config setting. Later, this setting can be checked and used in the game.

Note: this issue is just the config file side, not the flexible dialogue functions.