input type switcher

This commit is contained in:
2023-05-30 20:14:07 +02:00
parent 8d70560861
commit 58fe57722d
5 changed files with 759 additions and 15 deletions

View File

@@ -42,7 +42,8 @@ public class GroundController : MonoBehaviour
Debug.Log("ground length: " + ground.Length);
}
newMaterial = materials[0];
newMaterial = materials[0]; //correct color
Debug.Log(newMaterial.color);
}
private void Move(GameObject move)