Skip to content

CactiChameleon9/ZzSprite-Godot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZzSprite Godot

Procedurally generate monsters and other sprites for your game right in the engine!

A port of ZzSprite (A Tiny Sprite Generator) by Frank Force to Godot

✨ Details

  • 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!

🖼️ Screenshots

5 sprites on the screen generated in the Godot Editor Export options for easily tweaking your generates sprites

📖 Acknowledgements

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)