Neue Assets von Vanessa und Anfänge ihres Levels

This commit is contained in:
GungHolo
2023-06-12 15:41:04 +02:00
parent dc21aa197e
commit 1161b7aef3
105 changed files with 12644 additions and 240 deletions

View File

@@ -15,7 +15,7 @@ public class BoulderFix : MonoBehaviour
{
rb = GetComponent<Rigidbody2D>();
bc = GetComponent<BoxCollider2D>();
rb.mass = 8;
rb.mass = 5;
rb.drag = 1;
}