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,
|
||||
"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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue