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,
|
||||
"margin":0,
|
||||
"name":"roguelikeSheet_transparent_32",
|
||||
"properties":[
|
||||
{
|
||||
"name":"tilesetCopyright",
|
||||
"type":"string",
|
||||
"value":"CC-BY 4.0"
|
||||
}],
|
||||
"spacing":0,
|
||||
"tilecount":3,
|
||||
"tileheight":32,
|
||||
|
|
|
@ -32,6 +32,12 @@
|
|||
"id":43,
|
||||
"name":"from_ship",
|
||||
"opacity":1,
|
||||
"properties":[
|
||||
{
|
||||
"name":"startLayer",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
}],
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
"width":64,
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
{
|
||||
"name":"exitUrl",
|
||||
"type":"string",
|
||||
"value":"..\/island.json#from_ship"
|
||||
"value":"..\/island.json"
|
||||
}],
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
|
|
Loading…
Reference in New Issue