Merge pull request #76026 from YuriSizov/editor-running-up-that-gui

Extract editor run toolbar into its own component
This commit is contained in:
Rémi Verschelde 2023-04-26 12:15:29 +02:00 committed by GitHub
commit 8f7b09916d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 771 additions and 538 deletions

View file

@ -42,6 +42,7 @@
#include "editor/editor_paths.h"
#include "editor/editor_scale.h"
#include "editor/editor_settings.h"
#include "editor/export/editor_export.h"
#include "editor/plugins/script_editor_plugin.h"
#include "editor_export_plugin.h"
#include "scene/resources/packed_scene.h"