snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.6k stars 291 forks source link

Feature Request: Option to change "Add Command (+)" default behaviour #930

Closed SoulKarl closed 3 years ago

SoulKarl commented 3 years ago

Feature request to add a bool to ProjectSettings>Fungus that flips the current behaviour on adding commands defaulting to the search function rather than the original dropdown (currently accessed by clicking "+" icon a second time). Idea is bool would allow single click to bring up the old dropdown method, and double click to bring up the new search function, rather than the current reverse of that.

edit: I'm dumb - evidently this is already a thing and implemented the exact way I proposed lol.