Unclear instruction (#3380)

* Unclear instruction

Select “New InputEventAction” and click the new “InputEvent”.

There is no "InputEvent" to click on. The action tab already shows up after selecting “New InputEventAction”.

* Update getting_started/step_by_step/your_first_game.rst

Go with Calinou's suggestion

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
This commit is contained in:
needfulthing
2020-05-04 18:57:07 +02:00
committed by GitHub
parent 387882f458
commit a7e0fc1854

View File

@@ -1226,7 +1226,7 @@ is using the "Shortcut" property of the ``Button`` node.
In the ``HUD`` scene, select the ``StartButton`` and find its *Shortcut* property
in the Inspector. Select "New Shortcut" and click on the "Shortcut" item. A
second *Shortcut* property will appear. Select "New InputEventAction" and click
the new "InputEvent". Finally, in the *Action* property, type the name ``ui_select``.
the new "InputEventAction". Finally, in the *Action* property, type the name ``ui_select``.
This is the default input event associated with the spacebar.
.. image:: img/start_button_shortcut.png