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, "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,
@ -440,4 +440,4 @@
"type":"map", "type":"map",
"version":"1.6", "version":"1.6",
"width":64 "width":64
} }

View File

@ -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,