diff --git a/GravityGrapple.gd b/GravityGrapple.gd index cdf7950..a5f822f 100644 --- a/GravityGrapple.gd +++ b/GravityGrapple.gd @@ -1,5 +1,7 @@ extends RayCast2D +# random change to force a push + var active = false @export var force = -1000