mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 19:12:24 -05:00
Merge pull request #67836 from stevecotton/particles_demo_link
doc: link GPUParticles2D to a more appropriate demo
This commit is contained in:
commit
6ac7afe7a7
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
|||
</description>
|
||||
<tutorials>
|
||||
<link title="Particle systems (2D)">$DOCS_URL/tutorials/2d/particle_systems_2d.html</link>
|
||||
<link title="2D Dodge The Creeps Demo">https://godotengine.org/asset-library/asset/515</link>
|
||||
<link title="2D Particles Demo">https://godotengine.org/asset-library/asset/118</link>
|
||||
<link title="2D Dodge The Creeps Demo (uses GPUParticles2D for the trail behind the player)">https://godotengine.org/asset-library/asset/515</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="capture_rect" qualifiers="const">
|
||||
|
|
Loading…
Add table
Reference in a new issue