diff --git a/Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs b/Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs index f6e28cdf..de01f162 100644 --- a/Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs +++ b/Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs @@ -10,7 +10,7 @@ namespace Fungus /// [CommandInfo("Audio", "Play Ambiance Sound", - "Plays a once-off sound effect. Multiple sound effects can be played at the same time.")] + "Plays a background sound to be overlayed on top of the music. Only one Ambiance can be played at a time.")] [AddComponentMenu("")] public class PlayAmbianceSound : Command { diff --git a/Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs.meta b/Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs.meta new file mode 100644 index 00000000..6465ec8e --- /dev/null +++ b/Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 831c208af3cccf24b80cc6f3768919bc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fungus/Scripts/Commands/PlayRandomSound.cs b/Assets/Fungus/Scripts/Commands/PlayRandomSound.cs index 7b0b7ffb..3b1e2daf 100644 --- a/Assets/Fungus/Scripts/Commands/PlayRandomSound.cs +++ b/Assets/Fungus/Scripts/Commands/PlayRandomSound.cs @@ -10,7 +10,7 @@ namespace Fungus /// [CommandInfo("Audio", "Play Random Sound", - "Plays a once-off sound effect. Multiple sound effects can be played at the same time.")] + "Plays a once-off sound effect from a list of available sound effects. Multiple sound effects can be played at the same time.")] [AddComponentMenu("")] public class PlayRandomSound : Command { diff --git a/Assets/Fungus/Scripts/Commands/StopAmbiance.cs.meta b/Assets/Fungus/Scripts/Commands/StopAmbiance.cs.meta new file mode 100644 index 00000000..b4e0d210 --- /dev/null +++ b/Assets/Fungus/Scripts/Commands/StopAmbiance.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4bce3bd679be2c94196f3f6aaeb33f0b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: