Add Minautor & Re-evaluate life / damages

This commit is contained in:
2023-10-17 11:54:06 +02:00
parent e5c90cf3ec
commit cd37cd4522
18 changed files with 779 additions and 2808 deletions
-1
View File
@@ -51,7 +51,6 @@ public class Ennemy : MonoBehaviour
{
if (collision.gameObject.CompareTag("Player"))
{
Debug.Log("ASSETT");
InvokeRepeating(nameof(AttackPlayer), 0, 1f);
}
}