Commit d8746b46 authored by le ky's avatar le ky

no message

parent 3839049c
This diff is collapsed.
......@@ -101,6 +101,7 @@ public class GameplayManager : MonoBehaviour
GuiManager.Instance.OnIslandScreen();
EffectManager.Instance.PlayIslandMusic();
}
public void HideLand()
{
currentLevel.ResetSkybox();
......
......@@ -41,6 +41,7 @@ public class Gp_landAnimal : DinosaurBehavior
transform.rotation = Quaternion.Lerp(transform.rotation,
Quaternion.LookRotation(dir, Vector3.up), Time.deltaTime * 3f);
}
}
else
{
......
......@@ -223,7 +223,7 @@ public class FirebaseManager : MonoBehaviour
showFightSystem = remoteConfig.GetValue("show_fight_system").BooleanValue;
timeShowInters = (float)remoteConfig.GetValue("time_show_inters").DoubleValue;
useThemeHalloween = remoteConfig.GetValue("use_theme_halloween").BooleanValue; // bat tat them halloween
// useThemeHalloween = remoteConfig.GetValue("use_theme_halloween").BooleanValue; // bat tat them halloween
break;
case LastFetchStatus.Failure:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment