mirror of
https://github.com/nothke/quality-control.git
synced 2024-11-09 20:43:42 +00:00
Calibrated conveyor speed
This commit is contained in:
parent
70d7cab3b9
commit
8e357f12d6
@ -18,6 +18,8 @@ public class ConveyorBelt : MonoBehaviour
|
|||||||
private void Start()
|
private void Start()
|
||||||
{
|
{
|
||||||
startPosition = rb.position;
|
startPosition = rb.position;
|
||||||
|
|
||||||
|
scrollingTextureSpeedMult = -0.1625f * speed;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FixedUpdate()
|
private void FixedUpdate()
|
||||||
|
Loading…
Reference in New Issue
Block a user