1
0
forked from cgvr/DeltaVR

add pen, animate writing when npc listening to order

This commit is contained in:
2026-02-28 14:01:07 +02:00
parent e47983fbf9
commit df44849d0d
9 changed files with 413 additions and 64 deletions

View File

@@ -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;