Skip to content

Commit

Permalink
box2d: rename blocks for consistency (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernyrepos authored Aug 30, 2023
1 parent 0eaf9a2 commit b1edc99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions extensions/box2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -12522,7 +12522,7 @@
blockType: BlockType.COMMAND,
text: formatMessage({
id: "griffpatch.setStage",
default: "setup stage [stageType]",
default: "set stage boundaries to [stageType]",
description: "Set the stage type",
}),
arguments: {
Expand Down Expand Up @@ -12802,7 +12802,7 @@
blockType: BlockType.COMMAND,
text: formatMessage({
id: "griffpatch.setStatic",
default: "set fixed [static]",
default: "set fixed to [static]",
description: "Sets whether this block is static or dynamic",
}),
arguments: {
Expand Down Expand Up @@ -12833,7 +12833,7 @@
blockType: BlockType.COMMAND,
text: formatMessage({
id: "griffpatch.setDensity",
default: "set density [density]",
default: "set density to [density]",
description: "Set the density of the object",
}),
arguments: {
Expand Down Expand Up @@ -12880,7 +12880,7 @@
blockType: BlockType.COMMAND,
text: formatMessage({
id: "griffpatch.setFriction",
default: "set friction [friction]",
default: "set friction to [friction]",
description: "Set the friction of the object",
}),
arguments: {
Expand Down Expand Up @@ -12927,7 +12927,7 @@
blockType: BlockType.COMMAND,
text: formatMessage({
id: "griffpatch.setRestitution",
default: "set bounce [restitution]",
default: "set bounce to [restitution]",
description: "Set the bounce of the object",
}),
arguments: {
Expand Down Expand Up @@ -13024,7 +13024,7 @@
opcode: "getTouching",
text: formatMessage({
id: "griffpatch.getTouching",
default: "touching [where]",
default: "list sprites touching [where]",
description: "get the name of any sprites we are touching",
}),
blockType: BlockType.REPORTER,
Expand All @@ -13047,7 +13047,7 @@
blockType: BlockType.COMMAND,
text: formatMessage({
id: "griffpatch.setScroll",
default: "set scroll x: [ox] y: [oy]",
default: "set scroll to x: [ox] y: [oy]",
description: "Sets whether this block is static or dynamic",
}),
arguments: {
Expand Down

0 comments on commit b1edc99

Please sign in to comment.