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

Implement FromStr for TerrainMaterials #354

Merged
merged 4 commits into from
Sep 11, 2023

Conversation

Dekkonot
Copy link
Member

@Dekkonot Dekkonot commented Sep 3, 2023

Closes #353.

This also modifies MaterialColorsError to be a generalized error for both MaterialColors and TerrainColors. This is technically a breaking change because the enum is publicly exposed, but I don't think it will seriously impact anyone beyond adding a new variant to the enum.

@Dekkonot Dekkonot merged commit b9d6a42 into rojo-rbx:master Sep 11, 2023
2 checks passed
@Dekkonot Dekkonot deleted the terrain-materials-fromstr branch September 11, 2023 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TerrainMaterials should implement FromStr
2 participants