You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.1 KiB

  1. pico-8 cartridge // http://www.pico-8.com
  2. version 32
  3. __lua__
  4. -- game code
  5. function _init()
  6. end
  7. function _update()
  8. end
  9. -->8
  10. -- library
  11. black = 0
  12. dark_blue = 1
  13. dark_purple = 2
  14. dark_green = 3
  15. brown = 4
  16. dark_gray = 5
  17. light_gray = 6
  18. white = 7
  19. red = 8
  20. orange = 9
  21. yellow = 10
  22. green = 11
  23. blue = 12
  24. indigo = 13
  25. pink = 14
  26. peach = 15
  27. function print_ctr(s,y,c)
  28. print(s,64 - #s * 2,y,c)
  29. end
  30. __gfx__
  31. 000000000a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  32. 00000000aaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  33. 007007000a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  34. 00077000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  35. 00077000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  36. 00700700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000