stickleprojects / phaser-spellbound

MIT License
0 stars 0 forks source link

Add popup dialog system for showing verb/object/commands #35

Open stickleprojects opened 3 days ago

stickleprojects commented 3 days ago

Add a popup menu system that presents a list of verbs for the user to choose. The verbs may be affected by what the user is carrying (for example, COMMAND is only available if carrying the wand of command) Once a verb is chosen, more information might be required, for example to choose a character to give somehting to, or take something from, or choose a nearby object to pick up. The user should be presented with the list of characters or objects depending on the command, in a new popup window that overlays the previous one and in a different colour. It might be helpful if particular lists were in a particular colour (ie the character list is always in yellow regardless of commanding them ot giving something to them or taking something) Each menu should be surounded by a border, and should have a finger pointer to indicate the currently highlighted option