Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
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.

37 lines
541B

  1. {
  2. "horizon":{
  3. "src":"maptiles/CeilingsFloors.png",
  4. "day_shade":[0,32,64,32],
  5. "night_shade":[0,0,64,32],
  6. "defs":[
  7. {
  8. "name":"Night",
  9. "rect":[0,64,64,32]
  10. },
  11. {
  12. "name":"Day",
  13. "rect":[0,96,64,32]
  14. },
  15. {
  16. "name":"C. Wood",
  17. "rect":[0,128,64,32]
  18. }
  19. ]
  20. },
  21. "ground":{
  22. "src":"maptiles/CeilingsFloors.png",
  23. "day_shade":[0,32,64,32],
  24. "night_shade":[0,0,64,32],
  25. "defs":[
  26. {
  27. "name":"G. Wood",
  28. "rect":[128,0,64,32]
  29. },
  30. {
  31. "name":"G. Gravel",
  32. "rect":[128,32,64,32]
  33. }
  34. ]
  35. }
  36. }