Sfoglia il codice sorgente

Added Sound as a separate menu topic

Björn Ritzl 4 anni fa
parent
commit
3f031adb51
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      docs/en/en.json

+ 17 - 0
docs/en/en.json

@@ -411,6 +411,19 @@
                     }
                 ]
             },
+            {
+                "name": "SOUND",
+                "items": [
+                    {
+                        "path": "/manuals/sound",
+                        "name": "Sound"
+                    },
+                    {
+                        "path": "https://defold.com/assets/fmod/",
+                        "name": "FMOD"
+                    }
+                ]
+            },
             {
                 "name": "INPUT",
                 "items": [
@@ -458,6 +471,10 @@
                     {
                         "path": "/manuals/debugging-game-logic",
                         "name": "Debugging"
+                    },
+                    {
+                        "path": "/manuals/writing-code",
+                        "name": "Writing code"
                     }
                 ]
             },