1
0
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:
Juan Linietsky
2016-08-31 17:58:51 -03:00
parent 5567350e1b
commit fc70824f7c
17 changed files with 171 additions and 29 deletions

View File

@@ -342,6 +342,7 @@ public:
virtual void get_script_property_list(List<PropertyInfo> *p_list) const;
virtual bool are_subnodes_edited() const;
VisualScript();
~VisualScript();