Skip to content

Commit

Permalink
Correct the help path for 'controller.dy' (#1465)
Browse files Browse the repository at this point in the history
* Correct the help path for 'controller.dx'

* catch the other dy()
  • Loading branch information
ganicke authored Dec 19, 2023
1 parent cf910a5 commit f311c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/game/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -458,7 +458,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=keydy block="dy (up-down buttons)||scaled by %step"
//% step.defl=100
//% group="Single Player"
Expand Down

0 comments on commit f311c0e

Please sign in to comment.