1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Extract and reorganize texture resource classes

This commit is contained in:
Hendrik Brucker
2023-07-11 22:29:09 +02:00
parent 0f7625ab46
commit 7e21eb7e00
106 changed files with 5018 additions and 4257 deletions

View File

@@ -39,6 +39,7 @@
#include "scene/2d/cpu_particles_2d.h"
#include "scene/gui/menu_button.h"
#include "scene/gui/separator.h"
#include "scene/resources/image_texture.h"
#include "scene/resources/particle_process_material.h"
void GPUParticles2DEditorPlugin::edit(Object *p_object) {