Pyro Sprite Sheet
Author:
Wednesday, March 4, 2026 - 07:29
Art Type:
License(s):
Collections:
This sprite sheet can be used in 2D pixelated platformers
heres some code if you want it:
characterIdleImg = loadImage('this art link');
character.addAni('idle', characterIdleImg, {w: 32, h: 28, row: 0, frames: 4, frameDelay: 16});
this code was made in code hs javascript so it may not work properly in other things
File(s):


