mirror of
https://github.com/nothke/quality-control.git
synced 2024-11-12 22:03: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()
|
||||
{
|
||||
startPosition = rb.position;
|
||||
|
||||
scrollingTextureSpeedMult = -0.1625f * speed;
|
||||
}
|
||||
|
||||
private void FixedUpdate()
|
||||
|
Loading…
Reference in New Issue
Block a user