Update the reference to the your_first_game document

This commit is contained in:
Nathan Lovato
2021-02-26 13:36:52 -06:00
parent 2d86f1496e
commit c1f7f42ce6
8 changed files with 14 additions and 8 deletions

View File

@@ -251,7 +251,7 @@ Run the scene to see the Godot head run in circles.
.. image:: img/scripting_first_script_rotating_godot.gif
.. note:: Moving a node like that does not take into account colliding with
walls or the floor. In :ref:`doc_your_first_game`, you will learn
walls or the floor. In :ref:`doc_your_first_2d_game`, you will learn
another approach to moving objects while detecting collisions.
Our node currently moves by itself. In the next part, we'll use player input to control it.