Umänderungen, Packages installiert

This commit is contained in:
2026-03-17 11:32:06 +01:00
parent 0660162c86
commit 5647695bb0
93 changed files with 6937 additions and 200 deletions

View File

@@ -40,7 +40,7 @@ public class DoorController : MonoBehaviour
if (inventory.Energy > 0)
{
audio.PlaySFX(audio.door);
Vibrator.Vibrate();
//Vibrator.Vibrate();
door.isOpen = false;
Debug.Log("Hier kommt niemand rein");
energy.LoseEnergy();