Skip to content

inflated-goboscript/color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

color.gs

color conversion

This is a color management library which is built for goboscript. It is designed to be used with inflator.

It also comes with a special color format called CBGBG, which stands for color, brightness1, ghost1, brightness2, ghost2. This can be used to stamp in any color, using 2 stamps.

Credits

Installation

Make sure you have inflator installed

inflate install https://github.com/FAReTek1/color

add color to your inflator.toml config:

[dependencies]
# ...
color = "https://github.com/FAReTek1/color"

Development

use inflate install -e .:

  1. clone the respository: git clone https://github.com/FAReTek1/color
  2. cd color
  3. inflate install -e .
  4. cd test
  5. inflate
  6. goboscript build
  7. open test.sb3

About

goboscript color conversion (and special cbgbg management)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published