überschreibend

This commit is contained in:
Robert 2021-12-26 16:06:26 +01:00
parent a7450f2c8b
commit 50a11c7aec
2 changed files with 8 additions and 4 deletions

View File

@ -27,7 +27,7 @@ def addLiz(ts, lizTxt):
print("Tiled-Editor Copyright-Info nach rc3.world-Vorgaben hinzufügen")
print("Datei rechte.json passend befüllen, dann Aufruf")
print(sys.argv[0] + "{$0} <tiledmapdatei.json>")
print(sys.argv[0] + " <tiledmapdatei.json>")
print("Die <tiledmapdatei.json> wird modifiziert! Vorher eigene Änderungen committen!")
print("")
@ -64,8 +64,8 @@ with open("rechte.json", "r") as rechte_file:
exit(1)
with open("zz" + tiledfile, "w") as map_out_file:
json.dump(mapjson, map_out_file, indent=8)
with open(tiledfile, "w") as map_out_file:
json.dump(mapjson, map_out_file, indent=4)
print("geschrieben")

View File

@ -15,6 +15,10 @@
"name": "campfire.png",
"copytxt": "CC0"
},
{
"name": "divoc-functional.png",
"copytxt": "CC0"
},
{
"name": "tilesets_deviant_milkian_1.png",
"copytxt": "CC0"
@ -48,7 +52,7 @@
"copytxt": "CC0BY unbekannt"
},
{
"name": "chemnitz_al.png",
"name": "chemnitz_all.png",
"copytxt": "CC0BY Chaostreff Chemnitz https://chch.it"
}
]