You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blobfox/species/blobcat/templates/hands.mustache

25 lines
750 B

{{^tags.oh-my}}
{{#set-fill}}
{{vars.hand_color}} | {{>blobfox.hands}}
{{/set-fill}}
{{/tags.oh-my}}
{{#tags.oh-my}}
{{#tags.left-hand}}
<g transform="translate(4 0)">
{{#set-stroke}}
{{vars.hand_stroke_color}} |
{{#set-fill}} {{vars.hand_color}} | {{#oh_my}}#left-hand{{/oh_my}} {{/set-fill}}
{{/set-stroke}}
</g>
{{/tags.left-hand}}
{{#tags.right-hand}}
<g transform="translate(-6 0)">
{{#set-stroke}}
{{vars.hand_stroke_color}} |
{{#set-fill}} {{vars.hand_color}} | {{#oh_my}}#right-hand{{/oh_my}} {{/set-fill}}
{{/set-stroke}}
</g>
{{/tags.right-hand}}
{{/tags.oh-my}}