forked from cgvr/DeltaVR
computer printer Enter key is disabled before radio has been used
This commit is contained in:
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