Incompatible Layers #127
Unanswered
kashifmahi
asked this question in
Help + Q&A
Replies: 2 comments
-
did you figure this out @kashifmahi |
Beta Was this translation helpful? Give feedback.
0 replies
-
const incompatible = { Maybe this can help? #150 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use the incompatible layers function, but it's not working
For example, in the Background layer, there is a red Background trait and I want it that I would never combine with the red Hat trait from the Hats layer, and also it never pickup the red colored character from the character traits folder
How do I change this?
const incompatible = { Red: ["Dark Long"], "Name with spaces": ["buzz","rare-Pink-Pompadour" ] // directory incompatible with directory example White: ["rare-Pink-Pompadour"], };
Beta Was this translation helpful? Give feedback.
All reactions