Merge pull request #8946 from skyace65/First2D-Fixes

Minor dodge the creeps fixes
This commit is contained in:
Max Hilbrunner
2024-02-20 02:16:49 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -48,9 +48,9 @@ Start by declaring the member variables this object will need:
Using the ``export`` keyword on the first variable ``speed`` allows us to set
its value in the Inspector. This can be handy for values that you want to be
able to adjust just like a node's built-in properties. Click on the ``Player``
node and you'll see the property now appears in the "Script Variables" section
of the Inspector. Remember, if you change the value here, it will override the
value written in the script.
node and you'll see the property now appears in the Inspector in a new section
with the name of the script. Remember, if you change the value here, it will
override the value written in the script.
.. warning::

View File

@@ -99,7 +99,7 @@ to instance.
}
Click the ``Main`` node and you will see the ``Mob Scene`` property in the Inspector
under "Script Variables".
under "Main.gd".
You can assign this property's value in two ways:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 10 KiB