Skip to content

Commit

Permalink
runtime-options: rename some blocks for consistency (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernyrepos authored Aug 30, 2023
1 parent 035d8d2 commit d64b688
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extensions/runtime-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
blocks: [
{
opcode: "getEnabled",
text: "is [thing] enabled?",
text: "[thing] enabled?",
blockType: Scratch.BlockType.BOOLEAN,
arguments: {
thing: {
Expand Down Expand Up @@ -60,7 +60,7 @@

{
opcode: "getFramerate",
text: "get framerate limit",
text: "framerate limit",
blockType: Scratch.BlockType.REPORTER,
},
{
Expand All @@ -79,12 +79,12 @@

{
opcode: "getCloneLimit",
text: "get clone limit",
text: "clone limit",
blockType: Scratch.BlockType.REPORTER,
},
{
opcode: "setCloneLimit",
text: "set clone limit [limit]",
text: "set clone limit to [limit]",
blockType: Scratch.BlockType.COMMAND,
arguments: {
limit: {
Expand All @@ -99,7 +99,7 @@

{
opcode: "getDimension",
text: "get stage [dimension]",
text: "stage [dimension]",
blockType: Scratch.BlockType.REPORTER,
arguments: {
dimension: {
Expand Down

0 comments on commit d64b688

Please sign in to comment.