mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-07 03:40:16 +00:00
stuff
This commit is contained in:
parent
a55536c444
commit
78de7aab25
@ -10,6 +10,9 @@ namespace QSB.ProbeSync.TransformSync
|
||||
public class PlayerProbeSync : QSBNetworkTransform
|
||||
{
|
||||
public static PlayerProbeSync LocalInstance { get; private set; }
|
||||
|
||||
protected override float DistanceLeeway => 10f;
|
||||
|
||||
public override void OnStartAuthority()
|
||||
=> LocalInstance = this;
|
||||
|
||||
|
@ -28,7 +28,7 @@ namespace QSB.TransformSync
|
||||
|
||||
private bool _isInitialized;
|
||||
private const float SmoothTime = 0.1f;
|
||||
private const float DistanceLeeway = 5f;
|
||||
protected virtual float DistanceLeeway { get; } = 5f;
|
||||
private float _previousDistance;
|
||||
private Vector3 _positionSmoothVelocity;
|
||||
private Quaternion _rotationSmoothVelocity;
|
||||
|
@ -1,5 +1,7 @@
|
||||
![logo](unknown.png)
|
||||
|
||||
![GitHub](https://img.shields.io/github/license/misternebula/quantum-space-buddies)
|
||||
|
||||
Quantum Space Buddies (QSB) is a multiplayer mod for Outer Wilds. The mod uses the OWML mod loader and customized UNET code (internally referred to as QNet or QuantumUNET) for networking.
|
||||
|
||||
## License
|
||||
|
Loading…
x
Reference in New Issue
Block a user