-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Implement ASCIIEffect #685
Comments
I’m working on it! Do I have to wait for the effect in the package to be published before creating the demo/unit test? |
No, you can go ahead 👌 FYI: there are some relevant notes in #600 for the PR workflow. |
@vanruesc How can I test the effect if I cannot import it in the demo? |
I'm not sure I understand the question 🤔 My approach would be like this:
It's also a good idea to run If anything is unclear feel free to ask 👍 |
…nual | Added unit test | pmndrs#685
Hi @vanruesc,
This test fail:
I also commented setSize because I can’t access Is it better for you to review the PR so that you understand the errors? I hope I didn’t create problems and complicated the task |
Description
Related: #683, #684
Implement an
ASCIIEffect
.Tasks
ASCIITexture
.ASCIIEffect
.ascii
demo underspecial-effects
.Implementation Details
The text was updated successfully, but these errors were encountered: