Isaac Items - caprine.company
Published: February 27, 2025


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

Cricket's Body item
Mysterious Liquid item
Eggbug in the style of a Binding of Isaac item
Pageant Boy item
Tech X item

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<