PICO-8 Wiki
Advertisement

I find the syntax of sspr involves too much work, so I wrote a wrapper function that requires less arguments and less thinking. So... 

zspr

Arguments:

--n: standard sprite number

--w: number of sprite blocks wide to grab

--h: number

--dy: destination y coordinate

--dz: destination scale

function sspr

Advertisement