Skip to content

Instantly share code, notes, and snippets.

@dacap
Last active September 22, 2020 12:44
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/13f1a465e1188c7f150222f321a598fc to your computer and use it in GitHub Desktop.
Save dacap/13f1a465e1188c7f150222f321a598fc to your computer and use it in GitHub Desktop.
Create new sprite quickly
local s = Sprite(256, 256, ColorMode.RGB)
s:setPalette(Palette{ fromResource="DB32" })
app.bgColor = Color{ red=255, green=255, blue=255 }
app.command.BackgroundFromLayer()
local s = Sprite(256, 256, ColorMode.RGB)
s:setPalette(Palette{ fromResource="DB32" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment