Skip to content
Snippets Groups Projects
Commit 10b6213f authored by psy's avatar psy
Browse files

fix mailto links

parent 338ad963
Branches
Tags
No related merge requests found
Pipeline #2602 passed
...@@ -140,7 +140,7 @@ Bigger animations need to animated in tiled tile by tile. This however is relati ...@@ -140,7 +140,7 @@ Bigger animations need to animated in tiled tile by tile. This however is relati
(Occationally some tiles dont run in sync with the rest, cthulu knows why...) (Occationally some tiles dont run in sync with the rest, cthulu knows why...)
### Sound ### Sound
Layers with the property "playAudio" (String) will play a sound associated with the tile. Only mp3 files included via a relativ path to your map are supported. External files can not be included. If you want to include streams, please write an email to [world@rc3.world](world@rc3.world). If you want to loop the audio please use the property "playAudioLoop" (string) instead. Layers with the property "playAudio" (String) will play a sound associated with the tile. Only mp3 files included via a relativ path to your map are supported. External files can not be included. If you want to include streams, please write an email to [world@rc3.world](mailto:world@rc3.world). If you want to loop the audio please use the property "playAudioLoop" (string) instead.
![](img/cp_playaudio.png) ![](img/cp_playaudio.png)
......
...@@ -145,7 +145,7 @@ Größere Animationen über mehrere Tiles müssen in Tiled Tile für Tile animie ...@@ -145,7 +145,7 @@ Größere Animationen über mehrere Tiles müssen in Tiled Tile für Tile animie
(Gelegentlich laufen einzelne Tiles nicht synchron zum Rest, wir wissen doch auch nicht..) (Gelegentlich laufen einzelne Tiles nicht synchron zum Rest, wir wissen doch auch nicht..)
### Sound ### Sound
Layer mit der Property "playAudio" (string) spielen beim Betreten der zugehörigen Tiles Sound ab. Unterstütz werden mp3-Dateien, die relativ zum Pfad der Karte eingebunden werden können. Externe mp3-Dateien können nicht eingebunden werden. Falls ihr Streams eimbinden wollt wendet euch bitte an [world@rc3.world](world@rc3.world). Soll sich der Audioschnipsel wiederholen so verwendet stattdessen einfach "playAudioLoop" (string) als Property. Layer mit der Property "playAudio" (string) spielen beim Betreten der zugehörigen Tiles Sound ab. Unterstütz werden mp3-Dateien, die relativ zum Pfad der Karte eingebunden werden können. Externe mp3-Dateien können nicht eingebunden werden. Falls ihr Streams eimbinden wollt wendet euch bitte an [world@rc3.world](mailto:world@rc3.world). Soll sich der Audioschnipsel wiederholen so verwendet stattdessen einfach "playAudioLoop" (string) als Property.
![](img/cp_playaudio.png) ![](img/cp_playaudio.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment