Skip to content

Instantly share code, notes, and snippets.

@dacap
Created September 20, 2018 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacap/3badc8779eebe0a236db1c49267f9422 to your computer and use it in GitHub Desktop.
Save dacap/3badc8779eebe0a236db1c49267f9422 to your computer and use it in GitHub Desktop.
Aseprite Script example
app.transaction(
function()
for i=1,10 do
app.command.NewFrame()
end
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment