Add support for tutorial links to makerst.py
Also change the <tutorials> structure to make use of individual <link> tags
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
As one of the most important classes, the [code]SceneTree[/code] manages the hierarchy of nodes in a scene as well as scenes themselves. Nodes can be added, retrieved and removed. The whole scene tree (and thus the current scene) can be paused. Scenes can be loaded, switched and reloaded. You can also use the SceneTree to organize your nodes into groups: every node can be assigned as many groups as you want to create, e.g. a "enemy" group. You can then iterate these groups or even call methods and set properties on all the group's members at once.
|
||||
</description>
|
||||
<tutorials>
|
||||
http://docs.godotengine.org/en/3.0/getting_started/step_by_step/scene_tree.html
|
||||
http://docs.godotengine.org/en/3.0/tutorials/viewports/multiple_resolutions.html
|
||||
<link>http://docs.godotengine.org/en/3.0/getting_started/step_by_step/scene_tree.html</link>
|
||||
<link>http://docs.godotengine.org/en/3.0/tutorials/viewports/multiple_resolutions.html</link>
|
||||
</tutorials>
|
||||
<demos>
|
||||
</demos>
|
||||
|
||||
Reference in New Issue
Block a user