You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Move things into the title bars of Visual Script nodes.
This is an attempt to make VS slightly nicer to use. WiP.
This commit is contained in:
@@ -121,6 +121,10 @@ Array VisualScriptNode::_get_default_input_values() const {
|
||||
return default_input_values;
|
||||
}
|
||||
|
||||
String VisualScriptNode::get_text() const {
|
||||
return "";
|
||||
}
|
||||
|
||||
void VisualScriptNode::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method(D_METHOD("get_visual_script"), &VisualScriptNode::get_visual_script);
|
||||
|
||||
Reference in New Issue
Block a user