Skip to content

Commit

Permalink
Make the Death Blackout Shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
reithegoat committed Aug 19, 2022
1 parent b122393 commit 195c19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Song.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ void Update()

musicSources[0].PlayOneShot(deadConfirm);

deathBlackout.rectTransform.LeanAlpha(1, 3).setDelay(1).setOnComplete(() =>
deathBlackout.rectTransform.LeanAlpha(1, 1.8f).setDelay(1).setOnComplete(() =>
{
LoadingTransition.instance.Show(() =>
{
Expand Down

0 comments on commit 195c19b

Please sign in to comment.