Fixed the tilesetCopyright property of the ATA tileset
This commit is contained in:
parent
0a5aedae5e
commit
ac8718cdce
1 changed files with 12 additions and 0 deletions
12
main.json
12
main.json
|
@ -1306,6 +1306,12 @@
|
||||||
"imagewidth":256,
|
"imagewidth":256,
|
||||||
"margin":0,
|
"margin":0,
|
||||||
"name":"ata",
|
"name":"ata",
|
||||||
|
"properties":[
|
||||||
|
{
|
||||||
|
"name":"tilesetCopyright",
|
||||||
|
"type":"string",
|
||||||
|
"value":"CC0 https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/legalcode"
|
||||||
|
}],
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":64,
|
"tilecount":64,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
@ -1319,6 +1325,12 @@
|
||||||
"imagewidth":128,
|
"imagewidth":128,
|
||||||
"margin":0,
|
"margin":0,
|
||||||
"name":"ata-pulver",
|
"name":"ata-pulver",
|
||||||
|
"properties":[
|
||||||
|
{
|
||||||
|
"name":"tilesetCopyright",
|
||||||
|
"type":"string",
|
||||||
|
"value":"CC0 https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/legalcode"
|
||||||
|
}],
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":16,
|
"tilecount":16,
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
|
|
Loading…
Reference in a new issue