Fix sentence in tutorial code in the editor

This commit is contained in:
curious-broccoli
2023-09-23 12:46:50 +02:00
committed by GitHub
parent ab6e6ef745
commit 9ba2cf2a92

View File

@@ -71,7 +71,7 @@ same statement:
// Code to execute when in game.
}
Pieces of code do not have either of the 2 conditions above will run both
Pieces of code that do not have either of the 2 conditions above will run both
in-editor and in-game.
Here is how a ``_process()`` function might look for you: