SmallFixes
This commit is contained in:
parent
dc68aeaf9d
commit
f8ada24ee1
|
@ -85,6 +85,7 @@ namespace HeavenStudio.Games
|
||||||
{
|
{
|
||||||
if (!intervalStarted)
|
if (!intervalStarted)
|
||||||
{
|
{
|
||||||
|
bigMode = false;
|
||||||
intervalStarted = true;
|
intervalStarted = true;
|
||||||
//Open npc transporters
|
//Open npc transporters
|
||||||
ballTransporterLeftNPC.GetComponent<Animator>().Play("BallTransporterLeftOpen", 0, 0);
|
ballTransporterLeftNPC.GetComponent<Animator>().Play("BallTransporterLeftOpen", 0, 0);
|
||||||
|
@ -100,6 +101,7 @@ namespace HeavenStudio.Games
|
||||||
if (bigMode)
|
if (bigMode)
|
||||||
{
|
{
|
||||||
NPCBallTransporters.GetComponent<Animator>().Play("NPCExitBigMode", 0, 0);
|
NPCBallTransporters.GetComponent<Animator>().Play("NPCExitBigMode", 0, 0);
|
||||||
|
bigMode = false;
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
//Close npc transporters
|
//Close npc transporters
|
||||||
|
|
Loading…
Reference in a new issue