summaryrefslogtreecommitdiffstats
path: root/scene/main/node.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-06-06 01:29:20 +0200
committerGitHub <noreply@github.com>2021-06-06 01:29:20 +0200
commit94c31ba3006b071a6fe03b29a86d0a415351a50f (patch)
treef25a24d54a7370e6f972729ea53131fb5f61f7c6 /scene/main/node.h
parent7085c0d80110c4c3f90fcc12f609650144e08712 (diff)
parent8aa3c2f0918707c2243b86ac53c02c27ceb9a266 (diff)
downloadredot-engine-94c31ba3006b071a6fe03b29a86d0a415351a50f.tar.gz
Merge pull request #47872 from TwistedTwigleg/GSOC_2020_Working_Branch_2D_IK_SQUISHED
New and improved IK system for Skeleton2D - Squished
Diffstat (limited to 'scene/main/node.h')
-rw-r--r--scene/main/node.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scene/main/node.h b/scene/main/node.h
index 6ca2317d9e..04897cf2e8 100644
--- a/scene/main/node.h
+++ b/scene/main/node.h
@@ -253,6 +253,10 @@ public:
NOTIFICATION_APPLICATION_FOCUS_IN = MainLoop::NOTIFICATION_APPLICATION_FOCUS_IN,
NOTIFICATION_APPLICATION_FOCUS_OUT = MainLoop::NOTIFICATION_APPLICATION_FOCUS_OUT,
NOTIFICATION_TEXT_SERVER_CHANGED = MainLoop::NOTIFICATION_TEXT_SERVER_CHANGED,
+
+ // Editor specific node notifications
+ NOTIFICATION_EDITOR_PRE_SAVE = 9001,
+ NOTIFICATION_EDITOR_POST_SAVE = 9002,
};
/* NODE/TREE */