You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
More improvements to visual script..
fixed a bug of not saving when sub-nodes changed.
This commit is contained in:
@@ -342,6 +342,7 @@ public:
|
||||
|
||||
virtual void get_script_property_list(List<PropertyInfo> *p_list) const;
|
||||
|
||||
virtual bool are_subnodes_edited() const;
|
||||
|
||||
VisualScript();
|
||||
~VisualScript();
|
||||
|
||||
Reference in New Issue
Block a user