Manual backport of some fixes

This commit is contained in:
Max Hilbrunner
2024-09-10 14:53:28 +02:00
parent d3d93e02a2
commit 620e0aeb88
19 changed files with 163 additions and 46 deletions

View File

@@ -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: