fixup! debug copyright and layer properties
This commit is contained in:
parent
42501e43ff
commit
49ff8105bc
2 changed files with 12 additions and 0 deletions
|
@ -38,6 +38,12 @@
|
||||||
"id":5,
|
"id":5,
|
||||||
"name":"start",
|
"name":"start",
|
||||||
"opacity":1,
|
"opacity":1,
|
||||||
|
"properties":[
|
||||||
|
{
|
||||||
|
"name":"startLayer",
|
||||||
|
"type":"bool",
|
||||||
|
"value":true
|
||||||
|
}],
|
||||||
"type":"tilelayer",
|
"type":"tilelayer",
|
||||||
"visible":true,
|
"visible":true,
|
||||||
"width":30,
|
"width":30,
|
||||||
|
|
|
@ -1730,6 +1730,12 @@
|
||||||
"imagewidth":320,
|
"imagewidth":320,
|
||||||
"margin":0,
|
"margin":0,
|
||||||
"name":"dungeon",
|
"name":"dungeon",
|
||||||
|
"properties":[
|
||||||
|
{
|
||||||
|
"name":"tilesetCopyright",
|
||||||
|
"type":"string",
|
||||||
|
"value":"CC-BY https:\/\/git.it-syndikat.org\/IT-Syndikat\/rc3-its-assembly-2021.git"
|
||||||
|
}],
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":100,
|
"tilecount":100,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
|
Loading…
Reference in a new issue