resources.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. var imglib = [
  2. {
  3. "sheetname" : "playersheet",
  4. "type" : "player",
  5. "src" : "library/dragon.gif",
  6. "width" : 352,
  7. "height" : 64,
  8. "framewidth" : 32,
  9. "frameheight" : 32,
  10. "framedelay" : 3,
  11. "framesperdirection" : 3,
  12. "deathframe" : 0,
  13. "deathframecount" : 0,
  14. "attackframe" : 8,
  15. "attackframecount" : 0,
  16. "painframe" : 0,
  17. "painframecount" : 0
  18. },
  19. {
  20. "sheetname" : "monstersheet",
  21. "type" : "monster",
  22. "src" : "library/monstersheet.gif",
  23. "width" : 160,
  24. "height" : 64,
  25. "framewidth" : 32,
  26. "frameheight" : 32,
  27. "framedelay" : 8,
  28. "framesperdirection" : 2,
  29. "deathframe" : 0,
  30. "deathframecount" : 0,
  31. "attackframe" : 0,
  32. "attackframecount" : 0,
  33. "painframe" : 0,
  34. "painframecount" : 0
  35. },
  36. {
  37. "sheetname" : "bombsheet",
  38. "type" : "bomb",
  39. "src" : "library/bombs.gif",
  40. "width" : 32,
  41. "height" : 32,
  42. "framewidth" : 32,
  43. "frameheight" : 32,
  44. "framedelay" : 2,
  45. "framesperdirection" : 1,
  46. "deathframe" : 0,
  47. "deathframecount" : 0,
  48. "attackframe" : 0,
  49. "attackframecount" : 0,
  50. "painframe" : 0,
  51. "painframecount" : 0
  52. },
  53. {
  54. "sheetname" : "itemsheet",
  55. "type" : "item",
  56. "src" : "library/itemsheet.gif",
  57. "width" : 48,
  58. "height" : 128,
  59. "framewidth" : 24,
  60. "frameheight" : 32,
  61. "framedelay" : 4,
  62. "framesperdirection" : 2,
  63. "deathframe" : 0,
  64. "deathframecount" : 0,
  65. "attackframe" : 0,
  66. "attackframecount" : 0,
  67. "painframe" : 0,
  68. "painframecount" : 0
  69. },
  70. {
  71. "sheetname" : "bonussheet",
  72. "type" : "bonus",
  73. "src" : "library/bonussheet.gif",
  74. "width" : 32,
  75. "height" : 48,
  76. "framewidth" : 16,
  77. "frameheight" : 16,
  78. "framedelay" : 4,
  79. "framesperdirection" : 2,
  80. "deathframe" : 0,
  81. "deathframecount" : 0,
  82. "attackframe" : 0,
  83. "attackframecount" : 0,
  84. "painframe" : 0,
  85. "painframecount" : 0
  86. }
  87. ];