Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blockly Speedup and Slowdown #494

Merged
merged 4 commits into from
May 5, 2015

Conversation

AmbientOSX
Copy link
Contributor

@kadst43 @BrettASwift Makes upcoming mars-game side PR possible.

this.state.blockly.node.baseExecutionSpeed = propertyValue;
} else {
this.logger.errorx("baseExecutionSpeed", "Blockly node with", nodeID,
"must have base execution greater than 0 and less than 10.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

less than or equal to 10.

Maybe "must be in the range (0,10]"?

@kadst43
Copy link
Contributor

kadst43 commented May 4, 2015

Once you fix my nitpick on the error message, 👍

AmbientOSX pushed a commit that referenced this pull request May 5, 2015
@AmbientOSX AmbientOSX merged commit 9f50fb5 into branch/mars-game-development May 5, 2015
@AmbientOSX AmbientOSX deleted the branch/blockly-refinements branch May 5, 2015 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants