node.gs
This is a godot/unity style hierarchal positional node library which is built for goboscript. It is designed to be used with inflator.
...
Make sure you have inflator installed. It's installable from the gtp.
inflate install node
add node to your inflator.toml config:
[dependencies]
# ...
node = "node"use inflate install -e .:
- clone the respository:
git clone https://github.com/inflated-goboscript/node cd nodeinflate install -e .cd testinflategoboscript build- open
test.sb3