mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix sentence in tutorial code in the editor
This commit is contained in:
committed by
Max Hilbrunner
parent
7464d64c97
commit
88e850f3e8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user