Some error correction

This commit is contained in:
2021-07-23 13:55:58 +02:00
parent a4ddd9c7b6
commit d1fab9b434
9 changed files with 20100 additions and 818 deletions

View File

@@ -7,7 +7,7 @@ public class MovingPlatform : MonoBehaviour
public float width;
public float height;
[Range(0.1f, 8)] [SerializeField] private float speed = 1;
[Range(0.1f, 80 )] [SerializeField] private float speed = 1;
private bool movingLeft = false;
private bool movingUp = false;