Add a sprite draw function.

This commit is contained in:
2018-08-08 21:47:47 -07:00
parent b79d717f1a
commit 5ce0d41a53
6 changed files with 55 additions and 15 deletions

View File

@@ -1,9 +1,12 @@
sprite dum [
` xx `
` xx `
` xx `
` x x `
` x x `
` x x `
` `
`x x`
` xxxxxx `
]
fun main(): u0 {
draw_sprite(dum, 0, 0);
}