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

@@ -10,7 +10,6 @@
* eraldi trigger kust hakkab pöörama mängija poole, aga pole veel "aggro range'is"
* klaas on näha temast eespool
* shape detection:
* professor võiks suu ees hoida samasugust raadiot
* professor võiks öelda "good job, continue..." pärast esimest successi
* kui kõik configurationid tehtud, siis professor ütleb "thank you"
* peab mängijale kuidagi selgitama, kuidas scale'ida prinditud objekte

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);