浏览代码

[DOCS] Add tutorial link to Particles2D

(cherry picked from commit bc8aa3259319f7b2e6831e6b75fa00a8dc1dca63)
homer666 6 年之前
父节点
当前提交
f7ff3ec749
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/Particles2D.xml

+ 1 - 0
doc/classes/Particles2D.xml

@@ -8,6 +8,7 @@
 		Use the [code]process_material[/code] property to add a [ParticlesMaterial] to configure particle appearance and behavior. Alternatively, you can add a [ShaderMaterial] which will be applied to all particles.
 		Use the [code]process_material[/code] property to add a [ParticlesMaterial] to configure particle appearance and behavior. Alternatively, you can add a [ShaderMaterial] which will be applied to all particles.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
+		<link>https://docs.godotengine.org/en/latest/tutorials/2d/particle_systems_2d.html</link>
 	</tutorials>
 	</tutorials>
 	<demos>
 	<demos>
 	</demos>
 	</demos>