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