diff options
author | Yuri Roubinski <chaosus89@gmail.com> | 2023-08-19 11:55:49 +0300 |
---|---|---|
committer | Yuri Roubinski <chaosus89@gmail.com> | 2023-08-19 11:58:57 +0300 |
commit | 7fcb91f0779c9deb21c57127207a8860e44be0f3 (patch) | |
tree | 57a7aa307df0751db5a24fdb40f2f96300218950 /editor/plugins/cpu_particles_2d_editor_plugin.h | |
parent | b51ee8b029b0b9f719f01bbdd21a329e65d4d238 (diff) | |
download | redot-engine-7fcb91f0779c9deb21c57127207a8860e44be0f3.tar.gz |
Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D)
Diffstat (limited to 'editor/plugins/cpu_particles_2d_editor_plugin.h')
-rw-r--r-- | editor/plugins/cpu_particles_2d_editor_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/cpu_particles_2d_editor_plugin.h b/editor/plugins/cpu_particles_2d_editor_plugin.h index ff8e171208..5077827ce8 100644 --- a/editor/plugins/cpu_particles_2d_editor_plugin.h +++ b/editor/plugins/cpu_particles_2d_editor_plugin.h @@ -49,7 +49,8 @@ class CPUParticles2DEditorPlugin : public EditorPlugin { enum { MENU_LOAD_EMISSION_MASK, MENU_CLEAR_EMISSION_MASK, - MENU_RESTART + MENU_RESTART, + MENU_CONVERT_TO_GPU_PARTICLES, }; enum EmissionMode { |