From 2fe68d0793622016d09f9178e10880b7a4d74809 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 26 Dec 2021 10:35:58 -0500 Subject: [PATCH] Add a ending to the scripting player input page (#5469) --- getting_started/step_by_step/scripting_player_input.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getting_started/step_by_step/scripting_player_input.rst b/getting_started/step_by_step/scripting_player_input.rst index 1fae53f5d..d79a6ccf6 100644 --- a/getting_started/step_by_step/scripting_player_input.rst +++ b/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.