3D-Shooter
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
Leave a comment
Log in with itch.io to leave a comment.