From 01e8147ab71924f4584bc224ba8283cd95be57f2 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Mon, 13 Dec 2021 18:08:50 +0100 Subject: [PATCH] reword shared tiles repo, move it to first position, add git as submodule --- docs/maps.en.md | 7 +++++-- docs/maps.md | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/maps.en.md b/docs/maps.en.md index dbcbac2..2a982b2 100644 --- a/docs/maps.en.md +++ b/docs/maps.en.md @@ -139,8 +139,12 @@ Please only use tiles that are 32x32 pixels large. Tiles can also be transparent, and are saved in the PNG format. ### Finding tiles: + +* We provide many tiles created for the event in our +[Shared Tiles Repo](https://tiles.rc3.world/). The repository can also be embedded +as a submodule into your maps repository via `https://git.cccv.de/rc3/world-tiles.git`. * Countless tiles are available on the internet, often combined into tilesets - (multiple tiles for one topic) + (multiple tiles for one topic). * Some examples of websites offering awesome tiles: * [itch.io](https://itch.io/) * [opengameart.org](https://opengameart.org/) @@ -151,7 +155,6 @@ Tiles can also be transparent, and are saved in the PNG format. 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/) ### How to design / "pixel" tiles You can also design your own tiles (or edit exisiting ones); this is frequently diff --git a/docs/maps.md b/docs/maps.md index 4ee8709..9b6af7f 100644 --- a/docs/maps.md +++ b/docs/maps.md @@ -148,6 +148,10 @@ verwendet). Bitte benutzt ausschließlich Tiles der Größe 32x32 Pixel. Tiles können Transparenz beinhalten und liegen im png-Format vor. ### Tiles finden + +* Wir stellen euch im [Shared Tiles Repo](https://tiles.rc3.world/) viele extra +für das Event erstellte Tiles zur Verfügung. Ihr könnt das Repository auch +als Submodule in euer Karten-Repo einbinden: `https://git.cccv.de/rc3/world-tiles.git`. * Tiles gibt es massig im Internet, häufig zu Tilesets (mehrere Tiles zu einem Thema) zusammengefasst. * Seiten auf denen ihr schöne Tiles finden könnt sind zum Beispiel: @@ -159,7 +163,6 @@ Tiles können Transparenz beinhalten und liegen im png-Format vor. * wir werden nicht aktiv prüfen, unter welcher Lizenz eure Tiles stehen, 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/) -- GitLab