feat: updated engine version to 4.4-rc1

This commit is contained in:
Sara 2025-02-23 14:38:14 +01:00
parent ee00efde1f
commit 21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions

View file

@ -33,6 +33,7 @@
#include "groups_editor.h"
class ConfigFile;
class ConnectionsDock;
class NodeDock : public VBoxContainer {
@ -48,15 +49,18 @@ class NodeDock : public VBoxContainer {
Label *select_a_node = nullptr;
void _save_layout_to_config(Ref<ConfigFile> p_layout, const String &p_section) const;
void _load_layout_from_config(Ref<ConfigFile> p_layout, const String &p_section);
private:
static NodeDock *singleton;
inline static NodeDock *singleton = nullptr;
public:
static NodeDock *get_singleton() { return singleton; }
protected:
static void _bind_methods();
void _notification(int p_what);
static void _bind_methods();
public:
void set_node(Node *p_node);