mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added static maps directory with a new map
This commit is contained in:
parent
f22e0dd53d
commit
3b67c18deb
3 changed files with 11049 additions and 0 deletions
539
static/maps/chuck/dungeon.json
Normal file
539
static/maps/chuck/dungeon.json
Normal file
|
|
@ -0,0 +1,539 @@
|
||||||
|
{
|
||||||
|
"items":[
|
||||||
|
{
|
||||||
|
"name":"Banana",
|
||||||
|
"image":"banana.gif",
|
||||||
|
"type":"rectangle",
|
||||||
|
"category":"kitchen",
|
||||||
|
"weight":1,
|
||||||
|
"width":5,
|
||||||
|
"height":9,
|
||||||
|
"depth":3,
|
||||||
|
"x":21,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0,
|
||||||
|
"grabAngle":0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Refridgerator",
|
||||||
|
"image":"fridge.gif",
|
||||||
|
"type":"rectangle",
|
||||||
|
"category":"kitchen",
|
||||||
|
"weight":10,
|
||||||
|
"width":31,
|
||||||
|
"height":53,
|
||||||
|
"x":120,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0,
|
||||||
|
"grabAngle":-0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Microwave",
|
||||||
|
"image":"microwave.gif",
|
||||||
|
"type":"rectangle",
|
||||||
|
"category":"kitchen",
|
||||||
|
"weight":4,
|
||||||
|
"width":19,
|
||||||
|
"height":12,
|
||||||
|
"depth":12,
|
||||||
|
"x":100,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0,
|
||||||
|
"grabAngle":-0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Large Cleaver",
|
||||||
|
"image":"cleaver_large.gif",
|
||||||
|
"type":"rectangle",
|
||||||
|
"category":"kitchen",
|
||||||
|
"weight":3,
|
||||||
|
"width":8,
|
||||||
|
"height":22,
|
||||||
|
"x":40,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0,
|
||||||
|
"grabAngle":0.3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Small Cleaver",
|
||||||
|
"image":"cleaver_small.gif",
|
||||||
|
"type":"rectangle",
|
||||||
|
"category":"kitchen",
|
||||||
|
"weight":2,
|
||||||
|
"width":6,
|
||||||
|
"height":17,
|
||||||
|
"x":60,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0,
|
||||||
|
"grabAngle":0.3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Coffeemachine",
|
||||||
|
"image":"coffeemachine.gif",
|
||||||
|
"type":"rectangle",
|
||||||
|
"category":"kitchen",
|
||||||
|
"weight":2.4,
|
||||||
|
"width":11,
|
||||||
|
"height":14,
|
||||||
|
"x":80,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Knife",
|
||||||
|
"image":"knife.gif",
|
||||||
|
"type":"rectangle",
|
||||||
|
"category":"kitchen",
|
||||||
|
"weight":1.5,
|
||||||
|
"width":4,
|
||||||
|
"height":15,
|
||||||
|
"x":140,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0,
|
||||||
|
"grabAngle":0.3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Laundry Machine",
|
||||||
|
"image":"laundry_machine.gif",
|
||||||
|
"type":"rectangle",
|
||||||
|
"category":"laundry",
|
||||||
|
"weight":15,
|
||||||
|
"width":24,
|
||||||
|
"height":31,
|
||||||
|
"x":600,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0,
|
||||||
|
"grabAngle":-0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Skateboard",
|
||||||
|
"image":"skateboard.gif",
|
||||||
|
"type":"skateboard",
|
||||||
|
"category":"outdoor",
|
||||||
|
"weight":1.5,
|
||||||
|
"width":26,
|
||||||
|
"height":6,
|
||||||
|
"x":200,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0,
|
||||||
|
"grabAngle":-1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Football",
|
||||||
|
"image":"football.gif",
|
||||||
|
"type":"circle",
|
||||||
|
"category":"outdoor",
|
||||||
|
"weight":2,
|
||||||
|
"width":10,
|
||||||
|
"height":10,
|
||||||
|
"x":350,
|
||||||
|
"y":0,
|
||||||
|
"rotation":0,
|
||||||
|
"grabAngle":-1.5,
|
||||||
|
"bounce":6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tiles":[
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":0,
|
||||||
|
"y":0,
|
||||||
|
"r":0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":1,
|
||||||
|
"y":1,
|
||||||
|
"r":0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":3,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":37,
|
||||||
|
"y":27
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":20,
|
||||||
|
"y":24
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":24,
|
||||||
|
"y":27
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":37,
|
||||||
|
"y":26
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":9,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":32,
|
||||||
|
"y":25,
|
||||||
|
"r":1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":23,
|
||||||
|
"y":27
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":3,
|
||||||
|
"x":34,
|
||||||
|
"y":24,
|
||||||
|
"r":1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":35,
|
||||||
|
"y":28
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":4,
|
||||||
|
"x":17,
|
||||||
|
"y":21
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":21,
|
||||||
|
"y":24
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":42,
|
||||||
|
"y":23,
|
||||||
|
"r":3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":3,
|
||||||
|
"x":30,
|
||||||
|
"y":24,
|
||||||
|
"r":3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":22,
|
||||||
|
"y":25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":40,
|
||||||
|
"y":25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":38,
|
||||||
|
"y":26
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":8,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":38,
|
||||||
|
"y":25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":28,
|
||||||
|
"y":28
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":36,
|
||||||
|
"y":27
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":7,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":20,
|
||||||
|
"y":23
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":43,
|
||||||
|
"y":23,
|
||||||
|
"r":1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":6,
|
||||||
|
"x":31,
|
||||||
|
"y":24
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":16,
|
||||||
|
"y":21
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":1,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":31,
|
||||||
|
"y":29
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":30,
|
||||||
|
"y":25,
|
||||||
|
"r":2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":4,
|
||||||
|
"x":11,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":28,
|
||||||
|
"y":27
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":28,
|
||||||
|
"y":26
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":28,
|
||||||
|
"y":29
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":19,
|
||||||
|
"y":23
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":5,
|
||||||
|
"x":12,
|
||||||
|
"y":18,
|
||||||
|
"r":1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":42,
|
||||||
|
"y":24
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":6,
|
||||||
|
"x":33,
|
||||||
|
"y":24,
|
||||||
|
"r":2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":39,
|
||||||
|
"y":25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":33,
|
||||||
|
"y":29
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":29,
|
||||||
|
"y":29
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":21,
|
||||||
|
"y":25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":27,
|
||||||
|
"y":27
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":5,
|
||||||
|
"x":16,
|
||||||
|
"y":20,
|
||||||
|
"r":1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":5,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":5,
|
||||||
|
"x":18,
|
||||||
|
"y":21,
|
||||||
|
"r":1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":4,
|
||||||
|
"x":13,
|
||||||
|
"y":19
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":14,
|
||||||
|
"y":20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":30,
|
||||||
|
"y":29
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":4,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":6,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":2,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":32,
|
||||||
|
"y":24
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":34,
|
||||||
|
"y":29
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":32,
|
||||||
|
"y":29
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":1,
|
||||||
|
"y":16
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":10,
|
||||||
|
"y":18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":42,
|
||||||
|
"y":25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":28,
|
||||||
|
"y":25,
|
||||||
|
"r":3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":0,
|
||||||
|
"y":16,
|
||||||
|
"r":2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":22,
|
||||||
|
"y":27
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":25,
|
||||||
|
"y":27
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":31,
|
||||||
|
"y":25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":5,
|
||||||
|
"x":14,
|
||||||
|
"y":19,
|
||||||
|
"r":1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":41,
|
||||||
|
"y":25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":36,
|
||||||
|
"y":28
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":4,
|
||||||
|
"x":15,
|
||||||
|
"y":20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":2,
|
||||||
|
"x":19,
|
||||||
|
"y":22
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":3,
|
||||||
|
"x":26,
|
||||||
|
"y":26,
|
||||||
|
"r":3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":26,
|
||||||
|
"y":27
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":18,
|
||||||
|
"y":22
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":6,
|
||||||
|
"x":27,
|
||||||
|
"y":26
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":22,
|
||||||
|
"y":26
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":1,
|
||||||
|
"y":17
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":35,
|
||||||
|
"y":29
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"s":1,
|
||||||
|
"x":12,
|
||||||
|
"y":19
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
310
static/maps/tiled/circles.json
Normal file
310
static/maps/tiled/circles.json
Normal file
File diff suppressed because one or more lines are too long
10200
static/maps/tiled/circles.json.tmx
Normal file
10200
static/maps/tiled/circles.json.tmx
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue