diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-29 11:18:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 11:18:08 +0900 |
| commit | 9f5123d176aae05c1bbab25c976a20bd0a4bf01b (patch) | |
| tree | e5c576161cf5e163ff459d210475c0ad35adf434 /CONTRIBUTING.md | |
| parent | 12.79.3 (diff) | |
| download | sharkey-9f5123d176aae05c1bbab25c976a20bd0a4bf01b.tar.gz sharkey-9f5123d176aae05c1bbab25c976a20bd0a4bf01b.tar.bz2 sharkey-9f5123d176aae05c1bbab25c976a20bd0a4bf01b.zip | |
Fix path
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 848631823c..6926ed918f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ Configuration files are located in [`/.circleci`](/.circleci). * Your PR should include all source files (e.g. `.png`, `.blend`) of your models (for later editing). * Your PR must include the glTF binary files (`.glb`) of your models. * Add a locale key `room.furnitures.YOUR_ITEM` at [`/locales/ja-JP.yml`](/locales/ja-JP.yml). -* Add a furniture definition at [`/src/client/app/common/scripts/room/furnitures.json5`](/src/client/app/common/scripts/room/furnitures.json5). +* Add a furniture definition at [`src/client/scripts/room/furnitures.json5`](src/client/scripts/room/furnitures.json5). If you have no experience on 3D modeling, we suggest to use the free 3DCG software [Blender](https://www.blender.org/). You can find information on glTF 2.0 at [glTF 2.0 — Blender Manual]( https://docs.blender.org/manual/en/dev/addons/io_scene_gltf2.html). |