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