Directly inspired by The Binding of Isaac: Rebirth and this mod for the game.






From left to right:
Cricket's Body, Mysterious Liquid, Eggbug (not in the game), Pageant Boy, Tech X.
Made with:
Blender 4.3
ffmpeg
Command to make a transparent animated WebP file upscaled to 512x512px using nearest neighbor interpolation:
ffmpeg -r 20 -i >input files< -c:v libwebp_anim -lossless 1 -loop 0 -vf "scale=512:512:flags=neighbor+accurate_rnd:force_original_aspect_ratio=decrease,format=rgba" >output file .webp<