Edit of asset "NodeConnector" Accepted

Old/Current New/Edit
Title NodeConnector NodeConnector
Description Plugin for the Godot editor that provides a convenient way to connect a bunch of UI elements to a script.

For each of the selected nodes it adds a line to your scene's script like:

onready var button = find_node("Button");

Will also add a signal handle for Buttons and TextEdit nodes for their "pressed" and "text_changed" events.
Plugin for the Godot editor that provides a convenient way to connect a bunch of UI elements to a script.

For each of the selected nodes it adds a line to your scene's script like:

onready var button = find_node("Button");

Will also add a signal handle for Buttons and TextEdit nodes for their "pressed" and "text_changed" events.
Category Misc Misc
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/Rybadour/NodeConnectorGodot https://github.com/Rybadour/NodeConnectorGodot
Issues Url https://github.com/Rybadour/NodeConnectorGodot/issues https://github.com/Rybadour/NodeConnectorGodot/issues
Godot version Godot 3.2 Godot 3.2
Version String 1.0 1.0
Download Commit 13f8c2c29169c939b66d6a38eeb20b098d58fa22 13f8c2c29169c939b66d6a38eeb20b098d58fa22
Download Url (Computed) https://github.com/Rybadour/NodeConnectorGodot/archive/13f8c2c29169c939b66d6a38eeb20b098d58fa22.zip https://github.com/Rybadour/NodeConnectorGodot/archive/13f8c2c29169c939b66d6a38eeb20b098d58fa22.zip
Icon Url https://raw.githubusercontent.com/Rybadour/NodeConnectorGodot/master/icon.png
https://raw.githubusercontent.com/Rybadour/NodeConnectorGodot/master/icon.png
Preview Insert
Type image
Image/Video URL https://i.imgur.com/JWuG1RF.gif
Thumbnail