forked from cgvr/DeltaVR
computer printer Enter key is disabled before radio has been used
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
* klaas on näha temast eespool
|
||||
* voicelines: list listidest, mille hulgast saab valida
|
||||
* shape detection:
|
||||
* enter key võiks olla disabled, kuni raadiot on kasutatud
|
||||
* 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.
Binary file not shown.
Binary file not shown.
@@ -7,7 +7,7 @@ public class ShapeDetectionNPC : NPCController
|
||||
[Header("Shape Detection Minigame Config")]
|
||||
public QuestMarker questMarker;
|
||||
public RadioTransmitter radio;
|
||||
public Transform computerKeyboardKey;
|
||||
public PushableButton computerKeyboardKey;
|
||||
public Printer3DInputHole printerInsertionHole;
|
||||
public ComputerPrinter computerPrinter;
|
||||
public ShapeScanner shapeScanner;
|
||||
@@ -101,7 +101,8 @@ public class ShapeDetectionNPC : NPCController
|
||||
{
|
||||
SpeakVoiceLine(3, radio.gameObject, radioAmount);
|
||||
state = 3;
|
||||
questMarker.MoveTo(computerKeyboardKey);
|
||||
questMarker.MoveTo(computerKeyboardKey.transform);
|
||||
computerKeyboardKey.Deactivate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user