Skip to content

Sprite Foundry Packs

Sprite Foundry Packs is a collection of production-ready 48px pixel-art sprite packs, each published independently to npm. Every pack ships 8 character variants with full 8-directional coverage and 3-layer maps (albedo, normal, depth) for dynamic lighting and parallax effects.

Packnpm packageVariantsTheme
Undead Patrol@sprite-foundry/undead-patrol-488 zombiesHorror/survival
Goblin Warband@sprite-foundry/goblin-warband-488 goblinsFantasy enemies
Fantasy Heroes@sprite-foundry/fantasy-heroes-488 heroesClassic RPG party
Fantasy Villains@sprite-foundry/fantasy-villains-488 villainsBoss encounters
Pirate Raiders@sprite-foundry/pirate-raiders-488 piratesMaritime/naval
  • 192 PNG sprites — 8 variants x 8 directions x 3 map layers
  • 8 JSON manifests — provenance, render contract, SHA-256 checksums per variant
  • 8 preview sheets — visual reference for each character
  • Zero runtime code — static assets only, no install scripts, no dependencies
LayerPurposeUse case
AlbedoBase color spriteStandard rendering, retro-style games
NormalPer-pixel surface normalsDynamic lighting (torches, spells, day/night)
DepthHeight/elevation dataParallax scrolling, occlusion, shadow casting

Most engines can use just the albedo layer. Normal and depth maps unlock advanced visual effects when your engine supports them.

Terminal window
npm install @sprite-foundry/fantasy-heroes-48

Then load sprites from node_modules using your engine’s asset loader. See the Getting Started guide for engine-specific examples.