1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Filled tutorial field in most relevent classes.

Added tutorial display in doc.
This commit is contained in:
Juan Linietsky
2018-01-15 18:40:41 -03:00
parent ef1c26a9a5
commit 03475ba197
72 changed files with 124 additions and 13 deletions

View File

@@ -8,6 +8,7 @@
The 'new' method of a script subclass creates a new instance. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
</description>
<tutorials>
http://docs.godotengine.org/en/3.0/learning/step_by_step/scripting.html
</tutorials>
<demos>
</demos>