Organize existing code for editor plugins

This commit is contained in:
Aaron Franke 2024-04-21 01:11:35 -07:00
parent 6118592c6d
commit 1bcbbe96c4
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
96 changed files with 137 additions and 132 deletions

View file

@ -31,7 +31,7 @@
#ifndef SPRITE_FRAMES_EDITOR_PLUGIN_H
#define SPRITE_FRAMES_EDITOR_PLUGIN_H
#include "editor/editor_plugin.h"
#include "editor/plugins/editor_plugin.h"
#include "scene/2d/animated_sprite_2d.h"
#include "scene/3d/sprite_3d.h"
#include "scene/gui/button.h"