mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 01:51:10 +00:00
Move ParticlesMaterial code to its own resource file
It's shared by both 2D and 3D particles (+ CPU ones), so it makes sense to have as a common resource. It also allowed to disable compilation of Particles (3D) when using 'disable_3d'. Also cleaned up includes in SpatialEditorGizmos and some other places, as well as dropped dead code in material_editor_plugin.cpp.
This commit is contained in:
parent
1ebfd918d4
commit
5fe01d4cfc
22 changed files with 1606 additions and 2001 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "path_editor_plugin.h"
|
||||
|
||||
#include "os/keyboard.h"
|
||||
#include "core/os/keyboard.h"
|
||||
#include "scene/resources/curve.h"
|
||||
#include "spatial_editor_plugin.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue