We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please. This currently gives us an error. It would help in making some games where this feature is needed.
For example:
[... Circle] -> []
The code above would remove all lines of circles.
Bonus feature: Add an optional length property to ellipses, typed as a number right next to the ellipsis.
Example:
[...4 Circle] -> []
Would only remove lines of 4 circles.
The text was updated successfully, but these errors were encountered:
cf. #218
I'm going to close this, because my feelings haven't changed. But I appreciate the suggestion, and it wasn't bad to reconsider it again...
Sorry, something went wrong.
No branches or pull requests
Please. This currently gives us an error. It would help in making some games where this feature is needed.
For example:
The code above would remove all lines of circles.
Bonus feature: Add an optional length property to ellipses, typed as a number right next to the ellipsis.
Example:
Would only remove lines of 4 circles.
The text was updated successfully, but these errors were encountered: