mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:27:40 +02:00
add controller selection, auto-search
- fix bug in master volume control where the text input doesn't work - fix bug in the Fan Club minigame where the player wouldn't jump when they were supposed to
This commit is contained in:
@ -122,6 +122,7 @@ namespace HeavenStudio.Games.Scripts_FanClub
|
||||
{
|
||||
animator.Play("FanFree", -1, 0);
|
||||
stopBeat = false;
|
||||
clappingStartTime = Single.MinValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -204,6 +205,7 @@ namespace HeavenStudio.Games.Scripts_FanClub
|
||||
animator.Play("FanJump", -1, 0);
|
||||
Jukebox.PlayOneShotGame("fanClub/play_jump");
|
||||
jumpStartTime = cond.songPositionInBeats;
|
||||
clappingStartTime = Single.MinValue;
|
||||
stopCharge = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user