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

@@ -35,7 +35,7 @@ class Rope:
if self.a.locked is False:
self.a.position = center - connection_vector
def __init__(self, position, length, nodes_n, nodes_r, rope_width, scene, gravity=1, start_angle=1,
def __init__(self, position, length, nodes_n, nodes_r, rope_width, scene, gravity=2, start_angle=1,
balance_amount=20, node_color=(255, 100, 100), rope_color=(255, 160, 160)):
self.position = position
self.length = length