Skip to content
Snippets Groups Projects
Commit 682eb39b authored by stuebinm's avatar stuebinm
Browse files

better documentation for licenses

(also fix an error; tileset copyright goes into `tilesetCopyright`, not
`copyright`)
parent a0b43d64
No related branches found
No related tags found
No related merge requests found
Pipeline #9276 passed
...@@ -149,6 +149,8 @@ Tiles can also be transparent, and are saved in the PNG format. ...@@ -149,6 +149,8 @@ Tiles can also be transparent, and are saved in the PNG format.
* Check the license of the tiles! * Check the license of the tiles!
* We will not actively check the licenses of your tiles, but react to * We will not actively check the licenses of your tiles, but react to
violations on a "takedown on notice" principle! violations on a "takedown on notice" principle!
* Document the license of your tiles via the custom property
`tilesetCopyright` (type string) on the tileset.
* [Shared Tiles Repo](https://tiles.rc3.world/) * [Shared Tiles Repo](https://tiles.rc3.world/)
### How to design / "pixel" tiles ### How to design / "pixel" tiles
...@@ -212,6 +214,10 @@ in the TSX format is not possible. (This does not mean that the image data itsel ...@@ -212,6 +214,10 @@ in the TSX format is not possible. (This does not mean that the image data itsel
will be embedded. PNG must be included in the repository as seperate files as will be embedded. PNG must be included in the repository as seperate files as
well.) well.)
Please pay attention to the licenses of the tiles you use, and document their
copyright by setting the `tilesetCopyright` custom property (type string) on each
tileset.
### Additional functionality per layer ### Additional functionality per layer
#### Start layer #### Start layer
...@@ -351,8 +357,8 @@ To do so just untick the "infinite" tick box, then save. ...@@ -351,8 +357,8 @@ To do so just untick the "infinite" tick box, then save.
## Licenses ## Licenses
Please pay attention to the licenses and copyright of your tilesets. You must (!) Please pay attention to the licenses and copyright of your tilesets. You must (!)
set those via the `copyright` property directly on the tilesets within your map set those via the `tilesetCopyright` property directly on the tilesets within
json! (just add a custom property to the tileset in Tiled). your map json! (just add a custom property to the tileset in Tiled).
The same applies to your entire map: document its licence / copyright by setting The same applies to your entire map: document its licence / copyright by setting
the property `mapCopyright` (type string) on the map (not on a layer / tileset!). the property `mapCopyright` (type string) on the map (not on a layer / tileset!).
......
...@@ -158,6 +158,7 @@ Tiles können Transparenz beinhalten und liegen im png-Format vor. ...@@ -158,6 +158,7 @@ Tiles können Transparenz beinhalten und liegen im png-Format vor.
* Achtet auf die Lizenz der Tilesets * Achtet auf die Lizenz der Tilesets
* wir werden nicht aktiv prüfen, unter welcher Lizenz eure Tiles stehen, * wir werden nicht aktiv prüfen, unter welcher Lizenz eure Tiles stehen,
allerdings nach dem Prinzip "takedown on notice" auf Verstöße reagieren. allerdings nach dem Prinzip "takedown on notice" auf Verstöße reagieren.
* tragt die Lizenz eurer Tilesets in die custom property `tilesetCopyright` ein
* [Shared Tiles Repo](https://tiles.rc3.world/) * [Shared Tiles Repo](https://tiles.rc3.world/)
...@@ -227,6 +228,8 @@ Tilesets im TSX Format ist nicht möglich. (Das heißt nicht, dass die Bilddatei ...@@ -227,6 +228,8 @@ Tilesets im TSX Format ist nicht möglich. (Das heißt nicht, dass die Bilddatei
mit eingebunden sind. Die PNG-Dateien müssen ebenfalls auf den Server geladen mit eingebunden sind. Die PNG-Dateien müssen ebenfalls auf den Server geladen
werden bzw. in eurem Repository vorhanden sein.) werden bzw. in eurem Repository vorhanden sein.)
Achtet bitte auf die Lizenzen der verwendeten Tiles und tragt deren Copyright in
die custom property `tilesetCopyright` ein.
### Zusatzfunktionen für Layer ### Zusatzfunktionen für Layer
...@@ -377,7 +380,7 @@ speichern. ...@@ -377,7 +380,7 @@ speichern.
## Lizenzen ## Lizenzen
Achtet bitte bei euren Tilesets auf deren Lizenzen bzw. Copyright. Diese Achtet bitte bei euren Tilesets auf deren Lizenzen bzw. Copyright. Diese
müsst (!) ihr via der `"copyright"` Property direkt in eurem Map json für die müsst (!) ihr via der `tilesetCopyright` Property direkt in eurem Map json für die
jeweiligen Tilesets setzen. jeweiligen Tilesets setzen.
Ebenso müsst (!) ihr für eure gesamte Map Lizenz bzw. Copyright in der custom Ebenso müsst (!) ihr für eure gesamte Map Lizenz bzw. Copyright in der custom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment