Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 365 Bytes

File metadata and controls

10 lines (8 loc) · 365 Bytes

sheetIdx

Get cell number of sprite inside sprite sheet.

Use that number to reference the sprite in sff-love.
Sprite sheet can have any name but sff-love requires "sheet.png".
Sprite sheet must be 128x128 pixels as per sff-love.
You can specify the path of the sprite sheet as a CLI argument.
Needs Löve 0.10.0 to run.

demo