mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
bruh
This commit is contained in:
parent
c61fffbf05
commit
7b9c554895
@ -77,7 +77,7 @@ namespace QSB.EyeOfTheUniverse.CosmicInflation
|
||||
|
||||
if (player != QSBPlayerManager.LocalPlayer)
|
||||
{
|
||||
DebugLog.DebugWrite($"fade out player {player}");
|
||||
DebugLog.DebugWrite($"fade out player {player.PlayerId}");
|
||||
player.DitheringAnimator.SetVisible(false, 3);
|
||||
}
|
||||
|
||||
@ -92,7 +92,7 @@ namespace QSB.EyeOfTheUniverse.CosmicInflation
|
||||
DebugLog.DebugWrite("unpause, fade in everyone, fog sphere collapse");
|
||||
|
||||
OWTime.SetTimeScale(1);
|
||||
_playersInFog.ForEach(x => x.DitheringAnimator.SetVisible(true, 3));
|
||||
QSBPlayerManager.ShowAllPlayers();
|
||||
|
||||
_controller._state = CosmicInflationController.State.Collapsing;
|
||||
_controller._stateChangeTime = Time.time;
|
||||
|
Loading…
Reference in New Issue
Block a user