Commit 0d65eb69 authored by Hà Trung (NEGAXY)'s avatar Hà Trung (NEGAXY)
parents 7b5ef922 d8746b46
This diff is collapsed.
...@@ -101,6 +101,7 @@ public class GameplayManager : MonoBehaviour ...@@ -101,6 +101,7 @@ public class GameplayManager : MonoBehaviour
GuiManager.Instance.OnIslandScreen(); GuiManager.Instance.OnIslandScreen();
EffectManager.Instance.PlayIslandMusic(); EffectManager.Instance.PlayIslandMusic();
} }
public void HideLand() public void HideLand()
{ {
currentLevel.ResetSkybox(); currentLevel.ResetSkybox();
......
...@@ -41,6 +41,7 @@ public class Gp_landAnimal : DinosaurBehavior ...@@ -41,6 +41,7 @@ public class Gp_landAnimal : DinosaurBehavior
transform.rotation = Quaternion.Lerp(transform.rotation, transform.rotation = Quaternion.Lerp(transform.rotation,
Quaternion.LookRotation(dir, Vector3.up), Time.deltaTime * 3f); Quaternion.LookRotation(dir, Vector3.up), Time.deltaTime * 3f);
} }
} }
else else
{ {
......
...@@ -223,7 +223,7 @@ public class FirebaseManager : MonoBehaviour ...@@ -223,7 +223,7 @@ public class FirebaseManager : MonoBehaviour
showFightSystem = remoteConfig.GetValue("show_fight_system").BooleanValue; showFightSystem = remoteConfig.GetValue("show_fight_system").BooleanValue;
timeShowInters = (float)remoteConfig.GetValue("time_show_inters").DoubleValue; 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; break;
case LastFetchStatus.Failure: 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