From 50a11c7aec70172df42c31d3a34414c60812e39f Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 26 Dec 2021 16:06:26 +0100 Subject: [PATCH] =?UTF-8?q?=C3=BCberschreibend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- injectTilesetCopyright.py | 6 +++--- rechte.json | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) 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