bjorn 4 years ago
parent
commit
b20e1b848e
2 changed files with 4 additions and 4 deletions
  1. 3 3
      api/init.lua
  2. 1 1
      api/lovr/data/newSound.lua

+ 3 - 3
api/init.lua

@@ -2546,7 +2546,7 @@ return {
                 {
                 {
                   name = "sound",
                   name = "sound",
                   type = "Sound",
                   type = "Sound",
-                  description = "The new Sound."
+                  description = "Sounds good."
                 }
                 }
               }
               }
             },
             },
@@ -2568,7 +2568,7 @@ return {
                 {
                 {
                   name = "sound",
                   name = "sound",
                   type = "Sound",
                   type = "Sound",
-                  description = "The new Sound."
+                  description = "Sounds good."
                 }
                 }
               }
               }
             },
             },
@@ -2590,7 +2590,7 @@ return {
                 {
                 {
                   name = "sound",
                   name = "sound",
                   type = "Sound",
                   type = "Sound",
-                  description = "The new Sound."
+                  description = "Sounds good."
                 }
                 }
               }
               }
             }
             }

+ 1 - 1
api/lovr/data/newSound.lua

@@ -56,7 +56,7 @@ return {
   returns = {
   returns = {
     sound = {
     sound = {
       type = 'Sound',
       type = 'Sound',
-      description = 'The new Sound.'
+      description = 'Sounds good.'
     }
     }
   },
   },
   variants = {
   variants = {