Fix dungeon_entry
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f75a98a397
commit
780a108fac
12
death.json
12
death.json
|
@ -384,15 +384,15 @@
|
||||||
"firstgid":412,
|
"firstgid":412,
|
||||||
"image":"gold.png",
|
"image":"gold.png",
|
||||||
"imageheight":32,
|
"imageheight":32,
|
||||||
|
"imagewidth":32,
|
||||||
|
"margin":0,
|
||||||
|
"name":"gold",
|
||||||
"properties":[
|
"properties":[
|
||||||
{
|
{
|
||||||
"name":"tilesetCopyright",
|
"name":"tilesetCopyright",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"value":"CC-BY 4.0 \nhttps:\/\/rc3.world"
|
"value":"CC-BY 4.0 \nhttps:\/\/rc3.world"
|
||||||
}],
|
}],
|
||||||
"imagewidth":32,
|
|
||||||
"margin":0,
|
|
||||||
"name":"gold",
|
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":1,
|
"tilecount":1,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
@ -403,15 +403,15 @@
|
||||||
"firstgid":413,
|
"firstgid":413,
|
||||||
"image":"gameOver.png",
|
"image":"gameOver.png",
|
||||||
"imageheight":960,
|
"imageheight":960,
|
||||||
|
"imagewidth":960,
|
||||||
|
"margin":0,
|
||||||
|
"name":"gameOver",
|
||||||
"properties":[
|
"properties":[
|
||||||
{
|
{
|
||||||
"name":"tilesetCopyright",
|
"name":"tilesetCopyright",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"value":"CC-BY 4.0 \nhttps:\/\/rc3.world"
|
"value":"CC-BY 4.0 \nhttps:\/\/rc3.world"
|
||||||
}],
|
}],
|
||||||
"imagewidth":960,
|
|
||||||
"margin":0,
|
|
||||||
"name":"gameOver",
|
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":900,
|
"tilecount":900,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
|
|
@ -50,6 +50,12 @@
|
||||||
"id":46,
|
"id":46,
|
||||||
"name":"exit_dungeon",
|
"name":"exit_dungeon",
|
||||||
"opacity":1,
|
"opacity":1,
|
||||||
|
"properties":[
|
||||||
|
{
|
||||||
|
"name":"exitUrl",
|
||||||
|
"type":"string",
|
||||||
|
"value":"dungeon.json"
|
||||||
|
}],
|
||||||
"type":"tilelayer",
|
"type":"tilelayer",
|
||||||
"visible":true,
|
"visible":true,
|
||||||
"width":64,
|
"width":64,
|
||||||
|
|
Loading…
Reference in New Issue