mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove property groups for Pause Mode and Script
Each of those only grouped 1 property, making them useless.
This closes https://github.com/godotengine/godot-proposals/issues/1840.
(cherry picked from commit 5770e08c2a)
This commit is contained in:
committed by
Rémi Verschelde
parent
07c8e25078
commit
3a46e01af3
@@ -2905,7 +2905,6 @@ void Node::_bind_methods() {
|
||||
ADD_SIGNAL(MethodInfo("tree_exiting"));
|
||||
ADD_SIGNAL(MethodInfo("tree_exited"));
|
||||
|
||||
ADD_GROUP("Pause", "pause_");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::INT, "pause_mode", PROPERTY_HINT_ENUM, "Inherit,Stop,Process"), "set_pause_mode", "get_pause_mode");
|
||||
|
||||
#ifdef ENABLE_DEPRECATED
|
||||
|
||||
Reference in New Issue
Block a user