mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 04:14:08 +00:00
fix not being able to control respawn map
This commit is contained in:
parent
d835df6570
commit
3b684e4890
@ -142,7 +142,7 @@ namespace QSB.DeathSync.Patches
|
|||||||
var revealFraction = Mathf.Clamp01(____revealTimer / ____revealLength);
|
var revealFraction = Mathf.Clamp01(____revealTimer / ____revealLength);
|
||||||
var smoothedRevealFraction = Mathf.SmoothStep(0f, 1f, revealFraction);
|
var smoothedRevealFraction = Mathf.SmoothStep(0f, 1f, revealFraction);
|
||||||
|
|
||||||
var canInteractWith = ____revealTimer > 20f;
|
var canInteractWith = ____revealTimer > 18f;
|
||||||
|
|
||||||
if (____screenPromptsVisible && ____isPaused)
|
if (____screenPromptsVisible && ____isPaused)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user