harvest.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. -- title: game title
  2. -- author: game developer, email, etc.
  3. -- desc: short description
  4. -- site: website link
  5. -- license: MIT License (change this to your license of choice)
  6. -- version: 0.1
  7. -- script: lua
  8. t=0
  9. x=96
  10. y=24
  11. function TIC()
  12. if btn(0) then y=y-1 end
  13. if btn(1) then y=y+1 end
  14. if btn(2) then x=x-1 end
  15. if btn(3) then x=x+1 end
  16. cls(13)
  17. spr(1+t%60//30*2,x,y,14,3,0,0,2,2)
  18. print("HELLO WORLD!",84,84)
  19. t=t+1
  20. end
  21. -- <TILES>
  22. -- 000:6666666666666666666666666666666666666666666666666666666666666666
  23. -- 001:6666666666666666666666666666666666666666666666666666666666666666
  24. -- 002:3333333333333333333333333333333333333333333333333333333333333333
  25. -- 003:3333333333333333333333333333333333333333333333333333333333333333
  26. -- 004:3333333333333333333333333333333333333333333333333333333333333333
  27. -- 005:3333333333333333333333333333333333333333633333336333333363333333
  28. -- 006:3333333333333333333333333333333333333333333333663333333333333333
  29. -- 007:3333333333333333333333333333333333333333633333336333333363333333
  30. -- 008:3333333333333333333333333333333333333333333333663333333333333333
  31. -- 009:3333333333333333333333333333333333333333633333336333333363333333
  32. -- 016:6666666666666666666666666666666666666666666666666666666666666666
  33. -- 017:6666666666666666666666666666666666666666666666666666666666666666
  34. -- 018:3333333333333333333333333333333333333333333333333333333333333333
  35. -- 019:3333333333333333333333333333333333333333333333333333333333333333
  36. -- 020:3333333333333333333333333333333333333333333333333333333333333333
  37. -- 021:6333333363333333633333336333333333333333333333333333333333333333
  38. -- 022:3333336633333363333333633333336633333333333333333333333333333333
  39. -- 023:6333333333333333333333336333333333333333333333333333333333333333
  40. -- 024:3333336633333333333333333333336633333333333333333333333333333333
  41. -- 025:6333333363333333633333336333333333333333333333333333333333333333
  42. -- </TILES>
  43. -- <WAVES>
  44. -- 000:00000000ffffffff00000000ffffffff
  45. -- 001:0123456789abcdeffedcba9876543210
  46. -- 002:0123456789abcdef0123456789abcdef
  47. -- </WAVES>
  48. -- <SFX>
  49. -- 000:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000304000000000
  50. -- </SFX>
  51. -- <TRACKS>
  52. -- 000:100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  53. -- </TRACKS>
  54. -- <PALETTE>
  55. -- 000:1a1c2c5d275db13e53ef7d57ffcd75a7f07038b76425717929366f3b5dc941a6f673eff7f4f4f494b0c2566c86333c57
  56. -- </PALETTE>