Level select page butoni return nga click effect ne back effect

Shtimi i me shume objektve dhe enemies ne loje

Modifikimi i health per quuen 

Moifikimi i script pasi hasa nje error nga public void ReadPauseInput(InputAction.CallbackContext context)

{

    pausePressed = !context.canceled;

    StartCoroutine(ResetPausePressed());

}

ne 

public void ReadPauseInput(InputAction.CallbackContext context)

{

    pausePressed = !context.canceled;

    if (gameObject.activeInHierarchy)

    {

        StartCoroutine(ResetPausePressed());

    }

}

Ndryshimi i emrit te lojes.

Punoi:Marjo Gjoka

Published 7 days ago
StatusReleased
CategoryOther
PlatformsHTML5, Windows, macOS
Authormarjo.gjoka
Made withUnity

Download

Download
WindowsBuild.zip 73 MB
Download
macOSBuild.zip 83 MB

Leave a comment

Log in with itch.io to leave a comment.