New conveyors

This commit is contained in:
nothke
2024-08-19 02:05:50 +02:00
parent 83e7d9987b
commit d2686de669
15 changed files with 3718 additions and 153 deletions

View File

@@ -19,7 +19,7 @@ public class ConveyorBelt : MonoBehaviour
{
startPosition = rb.position;
scrollingTextureSpeedMult = -0.1625f * speed;
//scrollingTextureSpeedMult = -0.1625f * speed;
}
private void FixedUpdate()