utilities for single chars
This is a library for chars which is built for goboscript. It is designed to be used with inflator.
- Unicode list: https://scratch.mit.edu/projects/616351443/
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/char
add char to your inflator.toml
config:
[dependencies]
# ...
char = "https://github.com/FAReTek1/char"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/char
cd char
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3