Fix dungeon_entry
continuous-integration/drone/push Build is passing Details

This commit is contained in:
legion 2021-12-28 19:23:56 +01:00
parent f75a98a397
commit 780a108fac
2 changed files with 13 additions and 7 deletions

View File

@ -384,15 +384,15 @@
"firstgid":412,
"image":"gold.png",
"imageheight":32,
"imagewidth":32,
"margin":0,
"name":"gold",
"properties":[
{
"name":"tilesetCopyright",
"type":"string",
"value":"CC-BY 4.0 \nhttps:\/\/rc3.world"
}],
"imagewidth":32,
"margin":0,
"name":"gold",
"spacing":0,
"tilecount":1,
"tileheight":32,
@ -403,15 +403,15 @@
"firstgid":413,
"image":"gameOver.png",
"imageheight":960,
"imagewidth":960,
"margin":0,
"name":"gameOver",
"properties":[
{
"name":"tilesetCopyright",
"type":"string",
"value":"CC-BY 4.0 \nhttps:\/\/rc3.world"
}],
"imagewidth":960,
"margin":0,
"name":"gameOver",
"spacing":0,
"tilecount":900,
"tileheight":32,
@ -440,4 +440,4 @@
"type":"map",
"version":"1.6",
"width":64
}
}

View File

@ -50,6 +50,12 @@
"id":46,
"name":"exit_dungeon",
"opacity":1,
"properties":[
{
"name":"exitUrl",
"type":"string",
"value":"dungeon.json"
}],
"type":"tilelayer",
"visible":true,
"width":64,