mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fixed small formatting issue in pausing games tutorial
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user