forked from cgvr/DeltaVR
professor has his own radio
This commit is contained in:
@@ -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
|
||||
|
||||
Binary file not shown.
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user