You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
More improvements to visual script..
fixed a bug of not saving when sub-nodes changed.
This commit is contained in:
@@ -2858,6 +2858,7 @@ Variant::Type VisualScriptConstructor::get_constructor_type() const {
|
||||
void VisualScriptConstructor::set_constructor(const Dictionary& p_info) {
|
||||
|
||||
constructor=MethodInfo::from_dict(p_info);
|
||||
ports_changed_notify();
|
||||
}
|
||||
|
||||
Dictionary VisualScriptConstructor::get_constructor() const {
|
||||
|
||||
Reference in New Issue
Block a user