From d6cb93add0aea30c916af7267a6565b799c3e3dc Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Tue, 19 Dec 2023 14:26:03 -0800 Subject: [PATCH] catch the other dy() --- libs/game/controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/game/controller.ts b/libs/game/controller.ts index 79312d196..aed2a534b 100644 --- a/libs/game/controller.ts +++ b/libs/game/controller.ts @@ -303,7 +303,7 @@ namespace controller { * Get the vertical movement, given the step and state of buttons * @param step the distance, eg: 100 */ - //% weight=49 help=keys/dy + //% weight=49 help=controller/dy //% blockId=ctrldy block="%controller dy (up-down buttons)||scaled by %step" //% step.defl=100 //% group="Multiplayer"