diff --git a/Assets/Fungus/FungusScript/Commands/LoadScene.cs b/Assets/Fungus/FungusScript/Commands/LoadScene.cs index a2691a32..29a54196 100644 --- a/Assets/Fungus/FungusScript/Commands/LoadScene.cs +++ b/Assets/Fungus/FungusScript/Commands/LoadScene.cs @@ -10,7 +10,7 @@ namespace Fungus.Script "for splitting a large game across multiple scene files to reduce peak memory " + "usage. All previously loaded assets (including textures and audio) will be released." + "The scene to be loaded must be added to the scene list in Build Settings.", - 204, 204, 204)] + 253, 253, 150)] public class LoadScene : FungusCommand { public string sceneName = "";