Fixes
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c2d3892c71
commit
e0fef495aa
|
@ -384,6 +384,12 @@
|
||||||
"imagewidth":32,
|
"imagewidth":32,
|
||||||
"margin":0,
|
"margin":0,
|
||||||
"name":"roguelikeSheet_transparent_32",
|
"name":"roguelikeSheet_transparent_32",
|
||||||
|
"properties":[
|
||||||
|
{
|
||||||
|
"name":"tilesetCopyright",
|
||||||
|
"type":"string",
|
||||||
|
"value":"CC-BY 4.0"
|
||||||
|
}],
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":3,
|
"tilecount":3,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
|
|
@ -32,6 +32,12 @@
|
||||||
"id":43,
|
"id":43,
|
||||||
"name":"from_ship",
|
"name":"from_ship",
|
||||||
"opacity":1,
|
"opacity":1,
|
||||||
|
"properties":[
|
||||||
|
{
|
||||||
|
"name":"startLayer",
|
||||||
|
"type":"bool",
|
||||||
|
"value":true
|
||||||
|
}],
|
||||||
"type":"tilelayer",
|
"type":"tilelayer",
|
||||||
"visible":true,
|
"visible":true,
|
||||||
"width":64,
|
"width":64,
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
{
|
{
|
||||||
"name":"exitUrl",
|
"name":"exitUrl",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"value":"..\/island.json#from_ship"
|
"value":"..\/island.json"
|
||||||
}],
|
}],
|
||||||
"type":"tilelayer",
|
"type":"tilelayer",
|
||||||
"visible":true,
|
"visible":true,
|
||||||
|
|
Loading…
Reference in New Issue