From 00cac8e2128f55e863bb8b681b9d69bb1c36832f Mon Sep 17 00:00:00 2001 From: Gio Aleman Date: Mon, 18 Mar 2019 14:47:29 -0400 Subject: [PATCH] Fixed small formatting issue in pausing games tutorial --- tutorials/misc/pausing_games.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/misc/pausing_games.rst b/tutorials/misc/pausing_games.rst index 1574228f2..153e35ce3 100644 --- a/tutorials/misc/pausing_games.rst +++ b/tutorials/misc/pausing_games.rst @@ -34,7 +34,7 @@ To set pause mode, the pause state must be set. This is done by assigning Doing so will have the following behavior: - 2D and 3D physics will be stopped. -- ``_process and ``_physics_process`` will not be called anymore in nodes. +- ``_process`` and ``_physics_process`` will not be called anymore in nodes. - ``_input`` and ``_input_event`` will not be called anymore either. This effectively stops the whole game. Calling this function from a