Skip to content

Instantly share code, notes, and snippets.

@RegBl
RegBl / simple_pico_animation_helper.lua
Created May 17, 2022 00:17
Quick and dirty PICO-8 script to let my artist roommate animate the sprites he's been making.
function _init()
--enter the frame numbers
--in the order you want
--inside the {} separated
--by commas
sprite_sequence={16,17,18,19}
--enter the direction you
--want the sprite to travel
--inside quotes, "right"
--or "left"