diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-10-30 00:10:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 00:10:56 +0200 |
commit | 6ac7afe7a778a3709fa02445be38996463af2977 (patch) | |
tree | 290519f1da1bc0dfa328fd3450ca5c5ee2de2e44 /doc | |
parent | a889c1d7a2c951528a6540c8c4fe5007e9cd2281 (diff) | |
parent | 6db9752f23d73f4992bd32ecc73261d9f849c5f4 (diff) |
Merge pull request #67836 from stevecotton/particles_demo_link
doc: link GPUParticles2D to a more appropriate demo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/GPUParticles2D.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/GPUParticles2D.xml b/doc/classes/GPUParticles2D.xml index 043c08eed5..4916171900 100644 --- a/doc/classes/GPUParticles2D.xml +++ b/doc/classes/GPUParticles2D.xml @@ -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"> |