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

skin color fix, error fix connected with custom array types in es6 #63

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

khachatur91
Copy link

Changing skins doesn't set proper color on slots, so I just wrote a quick fix by setting the attachment rgb to skin's rgb in setAttachment. I believe it can done in better way. In addition I noticed that in _attachAll function slot.data.attachmentName should be used instead of slot.attachment.name for proper functionality. I'm writing my code in es6 standard where typeof(Float32Arary) caused an error, so I just removed them, and exported the class in the end which I do with all of your plugins .. it would be nice if you accept those changes for es6 but even if you wouldn't it's not critical.

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.

None yet

1 participant