From c6bcd2bd21a85c2983a6af828b35c0263d5c6746 Mon Sep 17 00:00:00 2001 From: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> Date: Mon, 14 Mar 2022 12:09:50 -0500 Subject: [PATCH] Update lib/game/components/plunger.dart Co-authored-by: Alejandro Santiago --- lib/game/components/plunger.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/game/components/plunger.dart b/lib/game/components/plunger.dart index a27523f9..9bcde451 100644 --- a/lib/game/components/plunger.dart +++ b/lib/game/components/plunger.dart @@ -75,8 +75,8 @@ class Plunger extends BodyComponent with KeyboardHandler { return true; } - /// Anchors the [Plunger] to the [PrismaticJoint] - /// that controls its vertical motion. + /// Anchors the [Plunger] to the [PrismaticJoint] that controls its vertical + /// motion. Future _anchorToJoint() async { final anchor = PlungerAnchor(plunger: this); await add(anchor);