浏览代码

Add a ending to the scripting player input page (#5469)

Matthew 3 年之前
父节点
当前提交
2fe68d0793
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      getting_started/step_by_step/scripting_player_input.rst

+ 2 - 1
getting_started/step_by_step/scripting_player_input.rst

@@ -140,4 +140,5 @@ button presses from the users. There are quite a few more.
 The ``Input`` singleton allows you to react to the players' input anywhere in
 your code. In particular, you'll get to use it in the ``_process()`` loop.
 
-In the next lesson, we'll build upon
+In the next lesson, we'll build upon the relationship between scripts and nodes
+by having our nodes trigger code in scripts.