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

ui: unify journal/menus/etc #41

Open jackmakesthings opened 8 years ago

jackmakesthings commented 8 years ago

ideally, this issue is resolved by creating some kind of modular ui base (like a tab container) which can then contain whatever "info tabs" are needed - quest log, resource/skill reference, npc dossiers, main menu, etc. (note: theming is a separate issue; for this one, there just has to be a consistently implemented theme.)

jackmakesthings commented 8 years ago

Currently drafting this in the gh-pages branch - html, on the Foundation framework for convenience.

UI prototypes