From 8ca4ff4c2ac3c242e14b06df141f71c591196121 Mon Sep 17 00:00:00 2001 From: Durtur <32142088+Durtur@users.noreply.github.com> Date: Mon, 11 Oct 2021 21:17:57 +0000 Subject: [PATCH] Update contributing.md --- docs/contributing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index feae574..5c428e4 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -3,3 +3,6 @@ If you would like to contribute code you can get started by installing npm and y ## Contributing generator data If you don't know how to code but would still like to help, you can edit the [generator data file](https://github.com/Durtur/Dungeoneer/blob/master/data/generators/names.json). As with code, create a pull request with your changes. + +## Adding sound effects +To add more sounds to the default sound library, you can add a sound to the [sound folder](https://github.com/Durtur/Dungeoneer/tree/master/app/mappingTool/sounds), and if attribution is required add that to [sound attr.js](https://github.com/Durtur/Dungeoneer/blob/master/app/sound%20attr.js). Then create a pull request, including information regarding where the sound is from.