snozbot / fungus

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

Adding ability to cycle block commands with up/down keys in addition to existing pagedown/pageup key navigation #880

Closed TheEmbracedOne closed 4 years ago

TheEmbracedOne commented 4 years ago

Description

Added ability to cycle Editor block commands with up/down arrow (already possible with pagedown/pageup) Related to #879

What is the current behavior?

Navigating block commands in the editor is only possible with PageUp and PageDown keys.

What is the new behavior?

Navigating block commands in the editor is only possible with PageUp and PageDown keys AND Up and Down arrow keys.

Important Notes

TheEmbracedOne commented 4 years ago

This was a test, please ignore it