Skip to content

Commit 2e38e7c

Browse files
authored
Update Particles2D instructions to convert GPU to CPU (godotengine#8525)
* Update Particles2D instructions to convert GPU to CPU
1 parent daf78dd commit 2e38e7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-4.22 KB
Binary file not shown.
13 KB
Loading

tutorials/2d/particle_systems_2d.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ While GPUParticles2D is configured via a :ref:`class_ParticleProcessMaterial`
3333
node properties in CPUParticles2D (with the exception of the trail settings).
3434

3535
You can convert a GPUParticles2D node into a CPUParticles2D node by clicking on
36-
the node in the inspector, and selecting **Particles > Convert to
37-
CPUParticles2D** in the toolbar at the top of the 3D editor viewport.
36+
the node in the inspector, selecting the 2D viewport, and selecting
37+
**GPUParticles2D > Convert to CPUParticles2D** in the viewport toolbar.
3838

39-
.. image:: img/particles_convert.png
39+
.. image:: img/particles_convert.webp
4040

4141
The rest of this tutorial is going to use the GPUParticles2D node. First, add a GPUParticles2D
4242
node to your scene. After creating that node you will notice that only a white dot was created,

0 commit comments

Comments
 (0)