forked from cgvr/DeltaVR
add pen, animate writing when npc listening to order
This commit is contained in:
@@ -13,7 +13,7 @@ public class PushableButton : MonoBehaviour
|
||||
public Transform movableParts;
|
||||
public float moveDuration = 0.25f;
|
||||
public float moveAmount = 0.05f;
|
||||
public EventReference soundEffect = FMODEvents.Instance.Click;
|
||||
public EventReference soundEffect;
|
||||
|
||||
public MeshRenderer[] wires;
|
||||
public Material wireActiveMaterial;
|
||||
|
||||
Reference in New Issue
Block a user