diff --git a/injectTilesetCopyright.py b/injectTilesetCopyright.py index 5a8016c..d89968b 100644 --- a/injectTilesetCopyright.py +++ b/injectTilesetCopyright.py @@ -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} ") +print(sys.argv[0] + " ") print("Die 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") diff --git a/rechte.json b/rechte.json index e5a939c..faedcbb 100644 --- a/rechte.json +++ b/rechte.json @@ -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" } ] \ No newline at end of file