A port of ZzSprite (A Tiny Sprite Generator) by Frank Force to Godot
- Now 100% GDScript!
- Properly converting HSL to HSV for accurate colors!
- Many options for generating the sprites exposed as export variables in the editor!
- Seeds from the web version of ZzSprite are 100% compatible with the godot port!
Many thanks to Frank Force (aka KilledByAPixel) for his original code (MIT)
Thanks to Ariya Hidayat for their blogpost on Converting between HSL and HSV
Thanks to GranMinigun for helping me with a 32bit implementation of bitwise shift right (in 64bit godot)