-
-
Notifications
You must be signed in to change notification settings - Fork 280
NexusKitten/moremotion: Replace atan with atan2 #1880
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
Conversation
Might not need to do a v2 for this |
Autolaber failure unrelated to your changes |
"direction to" needs a v2 but "point to" does not |
@@ -65,6 +65,7 @@ | |||
}, | |||
}, | |||
extensions: ["colours_motion"], | |||
hideFromPalette: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GarboMuffin Oops? I'm pretty sure this block should be visible on the block palette.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think i have a comment in there that's also wrong, i said old version was 0-360 when its -90-270
Advantages: - Does essentially the same thing but with less lines of code - Reports values between -180 and 180 instead of between -90 and 270 Kind of like TurboWarp#1460 but for a different extension. Of course, the old blocks are still there for backwards compatibility. --------- Co-authored-by: Muffin <[email protected]>
Advantages:
Kind of like #1460 but for a different extension.
Of course, the old blocks are still there for backwards compatibility.