Skip to content

Instantly share code, notes, and snippets.

@gabrielflorit
Last active June 6, 2018 02:40
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 gabrielflorit/b211448ebcde5ab4ff095c7419eed298 to your computer and use it in GitHub Desktop.
Save gabrielflorit/b211448ebcde5ab4ff095c7419eed298 to your computer and use it in GitHub Desktop.
SCRIPT-8
// title: Sprite brighten
draw = state => {
clear()
print(0, 0, 'brighten mario ghost rock', 0)
range(13).forEach(i => {
print(0, 10 + i * 9, -6 + i, 0)
sprite(48, 10 + i * 9, 0, -6 + i)
sprite(78, 10 + i * 9, 1, -6 + i)
sprite(108, 10 + i * 9, 2, -6 + i)
})
}
{
"0": [
" 2220 ",
" 22222",
" 303 0 ",
" 300330",
" 3000 ",
" 220331 ",
"03333352",
" 3 4 "
],
"1": [
" ",
" 2224 ",
" 222224 ",
"22002004",
"220 2 04",
"22222244",
"22222244",
"2 22 244"
],
"2": [
"22224224",
"23445445",
"24445445",
"24445445",
"24663224",
"22242445",
"24342345",
"36654665"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment