utility macros and functions to reduce boilerplate
This is a utility library which is built for goboscript. It is designed to be used with inflator.
Note
lazy.gs might go against naming conventions to look nicer. e.g. %define pen_du <...>
...
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/lazy
add lazy to your inflator.toml
config:
[dependencies]
# ...
lazy = "https://github.com/FAReTek1/lazy"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/lazy
cd lazy
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3