Fix small mistakes throughout much of the documentation
This commit is contained in:
parent
28a4eec9a7
commit
05a9637d5d
22 changed files with 36 additions and 36 deletions
|
|
@ -4,7 +4,7 @@
|
|||
A script implemented in the GDScript programming language.
|
||||
</brief_description>
|
||||
<description>
|
||||
A script implemented in the GDScript programming language. The script extends the functionality of all objects that instance it.
|
||||
A script implemented in the GDScript programming language. The script extends the functionality of all objects that instantiate it.
|
||||
[method new] creates a new instance of the script. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
|
||||
</description>
|
||||
<tutorials>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue