├── .gitignore ├── LICENSE ├── README.md ├── demo.gif ├── icon.png ├── plugin.cfg └── plugin.gd /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rybadour/NodeConnectorGodot/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rybadour/NodeConnectorGodot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rybadour/NodeConnectorGodot/HEAD/README.md -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rybadour/NodeConnectorGodot/HEAD/demo.gif -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rybadour/NodeConnectorGodot/HEAD/icon.png -------------------------------------------------------------------------------- /plugin.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rybadour/NodeConnectorGodot/HEAD/plugin.cfg -------------------------------------------------------------------------------- /plugin.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rybadour/NodeConnectorGodot/HEAD/plugin.gd --------------------------------------------------------------------------------