mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Manual backport of some fixes
This commit is contained in:
@@ -61,7 +61,7 @@ On the other hand, if you want to execute code only in game, simply negate the s
|
||||
// Code to execute when in game.
|
||||
}
|
||||
|
||||
Pieces of code do not have either of the 2 conditions above will run both in-editor and in-game.
|
||||
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