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:
robojumper 2018-06-11 13:35:44 +02:00
parent 76875ba145
commit 98b59cf2a3
79 changed files with 146 additions and 100 deletions

View file

@ -7,7 +7,7 @@
A SpotLight light is a type of [Light] node that emits lights in a specific direction, in the shape of a cone. The light is attenuated through the distance and this attenuation can be configured by changing the energy, radius and attenuation parameters of [Light]. TODO: Image of a spotlight.
</description>
<tutorials>
http://docs.godotengine.org/en/3.0/tutorials/3d/lights_and_shadows.html
<link>http://docs.godotengine.org/en/3.0/tutorials/3d/lights_and_shadows.html</link>
</tutorials>
<demos>
</demos>