1
0
forked from cgvr/DeltaVR

add archery range and shape detection npc voiceline timelines

This commit is contained in:
2026-02-03 12:45:41 +02:00
parent 3bae534a61
commit 1a4e932b1e
52 changed files with 6308 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ public class ArcheryRangeNPC : NPCController
protected override void OnPlayerApproach()
{
Debug.Log("Alien NPC: player approached");
AudioManager.Instance.PlayDialogue(voiceLineKeys[0], gameObject);
SpeakVoiceLine(0);
}
protected override void OnPlayerLeave()