This website requires JavaScript.
Explore
Help
Sign In
Chip-8-Wizardry
/
chalk
Watch
1
Star
0
Fork
0
You've already forked chalk
Code
Issues
2
Pull Requests
Releases
Wiki
Activity
master
chalk
/
programs
/
basic_sprite.chalk
13 lines
127 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add sprites to source code and table.
2018-08-06 21:51:53 -07:00
sprite dum [
Add a sprite draw function.
2018-08-08 21:47:47 -07:00
` x x `
` x x `
` x x `
` `
`x x`
` xxxxxx `
Add sprites to source code and table.
2018-08-06 21:51:53 -07:00
]
fun main(): u0 {
Add a sprite draw function.
2018-08-08 21:47:47 -07:00
draw_sprite(dum, 0, 0);
Add sprites to source code and table.
2018-08-06 21:51:53 -07:00
}
Reference in New Issue
Copy Permalink