1
0
forked from cgvr/DeltaVR

professor has his own radio

This commit is contained in:
2026-03-12 17:32:53 +02:00
parent 6e9e5cb4d4
commit b1fe32bdf2
3 changed files with 4 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ public class ShapeDetectionNPC : NPCController
public Printer3DInputHole printerInsertionHole;
public ComputerPrinter computerPrinter;
public ShapeScanner shapeScanner;
public GameObject staticRadio;
public Transform questMarkerPoint;
public float radioAmount = 1f;
public Transform[] movementPath;
@@ -155,6 +156,7 @@ public class ShapeDetectionNPC : NPCController
if (state == 6)
{
state = 7;
staticRadio.SetActive(false);
questMarker.gameObject.SetActive(false);
await Task.Delay(2500);
MoveToNextPoint(0);