fix map
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
630ed7be87
commit
3aef6f428d
16
dungeon.json
16
dungeon.json
|
@ -27,7 +27,7 @@
|
||||||
{
|
{
|
||||||
"name":"getBadge",
|
"name":"getBadge",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"value":"KNmLBeG60SGOknCn3IClkQqBpKufPgSflF9qWPgyWcYCZwJbfq "
|
"value":"KNmLBeG60SGOknCn3IClkQqBpKufPgSflF9qWPgyWcYCZwJbfq"
|
||||||
}],
|
}],
|
||||||
"rotation":0,
|
"rotation":0,
|
||||||
"type":"",
|
"type":"",
|
||||||
|
@ -401,6 +401,12 @@
|
||||||
"imagewidth":384,
|
"imagewidth":384,
|
||||||
"margin":0,
|
"margin":0,
|
||||||
"name":"Dungeon_Tilesetx2",
|
"name":"Dungeon_Tilesetx2",
|
||||||
|
"properties":[
|
||||||
|
{
|
||||||
|
"name":"tilesetCopyright",
|
||||||
|
"type":"string",
|
||||||
|
"value":"CC-BY 4.0"
|
||||||
|
}],
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":156,
|
"tilecount":156,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
@ -412,14 +418,14 @@
|
||||||
"image":"black.png",
|
"image":"black.png",
|
||||||
"imageheight":32,
|
"imageheight":32,
|
||||||
"imagewidth":32,
|
"imagewidth":32,
|
||||||
|
"margin":0,
|
||||||
|
"name":"black",
|
||||||
"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"
|
||||||
}],
|
}],
|
||||||
"margin":0,
|
|
||||||
"name":"black",
|
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":1,
|
"tilecount":1,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
@ -432,13 +438,13 @@
|
||||||
"imageheight":32,
|
"imageheight":32,
|
||||||
"imagewidth":32,
|
"imagewidth":32,
|
||||||
"margin":0,
|
"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"
|
||||||
}],
|
}],
|
||||||
"name":"gold",
|
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":1,
|
"tilecount":1,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
@ -448,4 +454,4 @@
|
||||||
"type":"map",
|
"type":"map",
|
||||||
"version":"1.6",
|
"version":"1.6",
|
||||||
"width":64
|
"width":64
|
||||||
}
|
}
|
23
main.json
23
main.json
|
@ -846,6 +846,12 @@
|
||||||
"imagewidth":64,
|
"imagewidth":64,
|
||||||
"margin":0,
|
"margin":0,
|
||||||
"name":"fire",
|
"name":"fire",
|
||||||
|
"properties":[
|
||||||
|
{
|
||||||
|
"name":"tilesetCopyright",
|
||||||
|
"type":"string",
|
||||||
|
"value":"CC-BY 4.0"
|
||||||
|
}],
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":2,
|
"tilecount":2,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
@ -860,22 +866,7 @@
|
||||||
"duration":500,
|
"duration":500,
|
||||||
"tileid":1
|
"tileid":1
|
||||||
}],
|
}],
|
||||||
"id":0,
|
"id":0
|
||||||
"properties":[
|
|
||||||
{
|
|
||||||
"name":"tilesetCopyright",
|
|
||||||
"type":"string",
|
|
||||||
"value":"CC-BY 4.0"
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id":1,
|
|
||||||
"properties":[
|
|
||||||
{
|
|
||||||
"name":"tilesetCopyright",
|
|
||||||
"type":"string",
|
|
||||||
"value":"CC-BY 4.0"
|
|
||||||
}]
|
|
||||||
}],
|
}],
|
||||||
"tilewidth":32
|
"tilewidth":32
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in New Issue