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

dialog panel: reconcile demo implementation with existing quest/npc/dialogue setup #136

Open jackmakesthings opened 7 years ago

jackmakesthings commented 7 years ago

I can either change how the panel prototype reads in its dialogue data to match the older API, or look into changing that API to mirror the prototype - though that would possibly mean rewriting the whole quest system. Need to approach this one thoughtfully.