- Added a secret toggle to activate the very special vulpine.
- Disabled jumping.
This commit is contained in:
@@ -24,9 +24,13 @@ public class Horseshoe : UdonSharpBehaviour
|
||||
|
||||
public override void OnPickup()
|
||||
{
|
||||
Networking.SetOwner(Networking.LocalPlayer, gameObject);
|
||||
|
||||
IsBeingHeld = true;
|
||||
EnableConstraints(false);
|
||||
|
||||
RequestSerialization();
|
||||
|
||||
base.OnPickup();
|
||||
}
|
||||
|
||||
@@ -43,6 +47,8 @@ public class Horseshoe : UdonSharpBehaviour
|
||||
EnableConstraints(false);
|
||||
}
|
||||
|
||||
RequestSerialization();
|
||||
|
||||
base.OnDrop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user