@@ -50,4 +50,9 @@ func _input(event):
"flick_down"
)
$PinJoint2D/RightJointElbow/RightArmBot.apply_impulse(flick*100)
var flick_rot :float= 0
if flick.length_squared() != 0:
flick_rot = flick.angle() - PI/8*3
$LeftArm.rotation = flick_rot
$RightArm.rotation = flick_rot
The note is not visible to the blocked user.