mirror of
https://github.com/chaosz0ne/tilesetCopyrighter.git
synced 2025-06-28 11:26:09 +02:00
ini
This commit is contained in:
commit
a4077dbf3d
2 changed files with 13 additions and 0 deletions
3
injectTilesetCopyright.py
Normal file
3
injectTilesetCopyright.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
with open("rechte.json", "r") as rechte_file:
|
||||||
|
rechte = json.load(rechte_file)
|
||||||
|
|
10
rechte.json
Normal file
10
rechte.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
name: "floortileset.png",
|
||||||
|
copytxt: "CC0BY blatut"
|
||||||
|
},
|
||||||
|
{ name: "floortileset.png",
|
||||||
|
copytxt: "CC0BY blatut"
|
||||||
|
|
||||||
|
}
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue