GOBO_MODULE
This is a GOBO_MODULE 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 GOBO_MODULE
add GOBO_MODULE to your inflator.toml
config:
[dependencies]
# ...
GOBO_MODULE = "GOBO_MODULE"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/inflated-goboscript/GOBO_MODULE
cd GOBO_MODULE
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3