Fixed them bugs (#284)

This commit is contained in:
Rapandrasmus
2023-02-17 17:21:34 +01:00
committed by GitHub
parent 4ebf60cd45
commit e24bc63760
2 changed files with 152 additions and 74 deletions

View File

@ -31,6 +31,7 @@ namespace HeavenStudio.Games.Scripts_LaunchParty
void Update()
{
if (GameManager.instance.currentGame != "launchParty") Destroy(gameObject);
if (PlayerInput.Pressed() && !game.IsExpectingInputNow(InputType.STANDARD_DOWN) && !noInput)
{
Jukebox.PlayOneShotGame("launchParty/miss");