-
Notifications
You must be signed in to change notification settings - Fork 6
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
Markings Port #7
Comments
Here's a prototype format reference for anybody who's interested (this is using the multi-color marking prototype, so any markings PR'd will not be merged until that is merged): - type: anthroMarking
id: MarkingId
bodyPart: Chest
markingCategory: MarkingCategory
markingLayerNames: [ LayerName1, LayerName2 ]
sprites:
- sprite: AnthroSystem/Mobs/Customization/Markings/Layer1_rsi.rsi
state: Layer1
- sprite: AnthroSystem/Mobs/Customization/Markings/Layer2_rsi.rsi
state: Layer2 Some important notes:
The list of valid body parts to place in the
The list of valid marking categories are:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Port all the markings from SS13 into SS14.
This is an issue because this takes a while. PRs are appreciated to help with the marking port.
This may be useful: https://github.com/space-wizards/RSI.py
The text was updated successfully, but these errors were encountered: