diff --git a/objects/platform_falling.gd b/objects/platform_falling.gd index 81b2dda..dd95e1f 100644 --- a/objects/platform_falling.gd +++ b/objects/platform_falling.gd @@ -12,7 +12,7 @@ func _process(delta): queue_free() # Remove platform if below threshold if falling: - gravity += 0.25 + gravity += 15.0 * delta func _on_body_entered(_body):