Skip to content

Commit

Permalink
gamepad: rename blocks for consistency (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernyrepos committed Aug 30, 2023
1 parent ac08639 commit 7af22a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/gamepad.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
{
opcode: "gamepadConnected",
blockType: Scratch.BlockType.BOOLEAN,
text: "is gamepad [pad] connected?",
text: "gamepad [pad] connected?",
arguments: {
pad: {
type: Scratch.ArgumentType.NUMBER,
Expand Down

0 comments on commit 7af22a9

Please sign in to comment.