Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.28 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.28 KB

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)