This commit is contained in:
2021-09-03 06:48:07 +02:00
parent 2cd4b781fb
commit 009e23ea7f
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ class RopeScene(Scene):
super().__init__(s__size[0], s__size[1], scene_size, bg)
r0 = Rope(a([300, 50]), 200, 40, 2, 2, self, gravity=2)
r0 = Rope(a([300, 50]), 200, 40, 2, 2, self)
self.nrd_objects.append(r0)
rd0 = RopeInteractiveDot(a([100, 100]), 10, (100, 255, 100), 20, 100, self)