chalk/programs/basic_sprite.chalk

13 lines
127 B
Plaintext

sprite dum [
` x x `
` x x `
` x x `
` `
`x x`
` xxxxxx `
]
fun main(): u0 {
draw_sprite(dum, 0, 0);
}