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: prototype "hover label"-style notifications #141

Closed jackmakesthings closed 7 years ago

jackmakesthings commented 7 years ago

A tooltip-ish text display, triggered either by click or by proximity, for snippets that don't merit a full text interface. A few use cases so far: overheard third-party conversations, and low-detail inspecting of NPCs and objects. Note - need to make sure this text doesn't fall offscreen while active.

jackmakesthings commented 7 years ago

Going to make the "overhear" feature a separate ticket since it closely ties into the structure of the npc, which I still feel like I need to clean up for better pathfinding and interactions.