1
0
forked from cgvr/DeltaVR

add some voicelines to archery range minigame

This commit is contained in:
2026-01-25 16:11:08 +02:00
parent ec45c402af
commit 24000ec80c
6 changed files with 24 additions and 12 deletions

View File

@@ -30,7 +30,6 @@ public class ArcheryRange : NetworkBehaviour
public ArcheryRangeModelGenerationController modelGenerationController;
public KeyboardManager keyboardManager;
public NPCController npcController;
private List<ArcheryTarget> _targets;
@@ -59,11 +58,6 @@ public class ArcheryRange : NetworkBehaviour
StartCoroutine(DelayedSetHighScoreText(10f)); // Cannot immediately assign these values because fishnet needs time.
}
private void Start()
{
npcController.StartTalking();
}
private System.Collections.IEnumerator DelayedSetHighScoreText(float delaySeconds)
{
yield return new WaitForSeconds(delaySeconds);