mirror of
https://github.com/nothke/quality-control.git
synced 2025-08-08 23:03:43 +00:00
Calibrated conveyor speed
This commit is contained in:
@@ -18,6 +18,8 @@ public class ConveyorBelt : MonoBehaviour
|
||||
private void Start()
|
||||
{
|
||||
startPosition = rb.position;
|
||||
|
||||
scrollingTextureSpeedMult = -0.1625f * speed;
|
||||
}
|
||||
|
||||
private void FixedUpdate()
|
||||
|
Reference in New Issue
Block a user