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
|
* klaas on näha temast eespool
|
||||||
* voicelines: list listidest, mille hulgast saab valida
|
* voicelines: list listidest, mille hulgast saab valida
|
||||||
* shape detection:
|
* shape detection:
|
||||||
* enter key võiks olla disabled, kuni raadiot on kasutatud
|
|
||||||
* professor võiks öelda "good job, continue..." pärast esimest successi
|
* professor võiks öelda "good job, continue..." pärast esimest successi
|
||||||
* kui kõik configurationid tehtud, siis professor ütleb "thank you"
|
* kui kõik configurationid tehtud, siis professor ütleb "thank you"
|
||||||
* peab mängijale kuidagi selgitama, kuidas scale'ida prinditud objekte
|
* 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")]
|
[Header("Shape Detection Minigame Config")]
|
||||||
public QuestMarker questMarker;
|
public QuestMarker questMarker;
|
||||||
public RadioTransmitter radio;
|
public RadioTransmitter radio;
|
||||||
public Transform computerKeyboardKey;
|
public PushableButton computerKeyboardKey;
|
||||||
public Printer3DInputHole printerInsertionHole;
|
public Printer3DInputHole printerInsertionHole;
|
||||||
public ComputerPrinter computerPrinter;
|
public ComputerPrinter computerPrinter;
|
||||||
public ShapeScanner shapeScanner;
|
public ShapeScanner shapeScanner;
|
||||||
@@ -101,7 +101,8 @@ public class ShapeDetectionNPC : NPCController
|
|||||||
{
|
{
|
||||||
SpeakVoiceLine(3, radio.gameObject, radioAmount);
|
SpeakVoiceLine(3, radio.gameObject, radioAmount);
|
||||||
state = 3;
|
state = 3;
|
||||||
questMarker.MoveTo(computerKeyboardKey);
|
questMarker.MoveTo(computerKeyboardKey.transform);
|
||||||
|
computerKeyboardKey.Deactivate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user