123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- var imglib = [
- {
- "sheetname" : "playersheet",
- "type" : "player",
- "src" : "library/playersheet.png",
- "width" : 84,
- "height" : 28,
- "framewidth" : 42,
- "frameheight" : 28,
- "framedelay" : 2,
- "framesperdirection" : 2,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- },
- {
- "sheetname" : "starfightersheet",
- "type" : "starfighter",
- "src" : "library/starfightersheet.gif",
- "width" : 78,
- "height" : 28,
- "framewidth" : 78,
- "frameheight" : 28,
- "framedelay" : 1,
- "framesperdirection" : 1,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- },
- {
- "sheetname" : "monstersheet",
- "type" : "monster",
- "src" : "library/monstersheet.png",
- "width" : 32,
- "height" : 224,
- "framewidth" : 32,
- "frameheight" : 32,
- "framedelay" : 4,
- "framesperdirection" : 2,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- },
- {
- "sheetname" : "numberssheet",
- "type" : "numbers",
- "src" : "library/numbers.png",
- "width" : 240,
- "height" : 48,
- "framewidth" : 24,
- "frameheight" : 48,
- "framedelay" : 0,
- "framesperdirection" : 0,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- },
- {
- "sheetname" : "explosionsheet",
- "type" : "explosion",
- "src" : "library/explosion.png",
- "width" : 192,
- "height" : 32,
- "framewidth" : 32,
- "frameheight" : 32,
- "framedelay" : 4,
- "framesperdirection" : 5,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- },
- {
- "sheetname" : "playermissilesheet",
- "type" : "playermissile",
- "src" : "library/playermissile.png",
- "width" : 8,
- "height" : 16,
- "framewidth" : 8,
- "frameheight" : 16,
- "framedelay" : 0,
- "framesperdirection" : 1,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- },
- {
- "sheetname" : "sparksheet",
- "type" : "spark",
- "src" : "library/spark.png",
- "width" : 16,
- "height" : 16,
- "framewidth" : 16,
- "frameheight" : 16,
- "framedelay" : 0,
- "framesperdirection" : 1,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- },
- {
- "sheetname" : "entitysheet",
- "type" : "entity",
- "src" : "library/entities.png",
- "width" : 64,
- "height" : 160,
- "framewidth" : 32,
- "frameheight" : 32,
- "framedelay" : 4,
- "framesperdirection" : 2,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- },
- {
- "sheetname" : "markersheet",
- "type" : "marker",
- "src" : "library/marker.png",
- "width" : 128,
- "height" : 32,
- "framewidth" : 32,
- "frameheight" : 32,
- "framedelay" : 1,
- "framesperdirection" : 3,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- },
- {
- "sheetname" : "alienbombsheet",
- "type" : "alienbomb",
- "src" : "library/alienbomb.png",
- "width" : 64,
- "height" : 32,
- "framewidth" : 16,
- "frameheight" : 16,
- "framedelay" : 2,
- "framesperdirection" : 4,
- "deathframe" : 0,
- "deathframecount" : 0,
- "attackframe" : 0,
- "attackframecount" : 0,
- "painframe" : 0,
- "painframecount" : 0
- }
- ];
|