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.
23 lines
829 B
23 lines
829 B
2 years ago
|
{{! Left ear }}
|
||
|
{{#tags.ear-owo}}
|
||
|
{{#set-fill}} {{vars.ear_fluff_color}} | {{#boop_owo}}#left-ear-fluff{{/boop_owo}} {{/set-fill}}
|
||
|
{{#set-fill}} {{vars.ear_color}} | {{#boop_owo}}#left-ear{{/boop_owo}} {{/set-fill}}
|
||
|
{{/tags.ear-owo}}
|
||
|
{{^tags.ear-owo}}
|
||
|
{{#set-fill}} {{vars.ear_color}} | {{#base}}#left-ear{{/base}} {{/set-fill}}
|
||
|
{{/tags.ear-owo}}
|
||
|
|
||
|
{{! Body }}
|
||
|
<defs>
|
||
|
<clipPath id="body-clip">
|
||
|
{{#base}}#body{{/base}}
|
||
|
</clipPath>
|
||
|
</defs>
|
||
|
{{#base}}#body-sheen{{/base}}
|
||
|
{{#set-fill}} {{vars.body_color}} | {{#base}}#body{{/base}} {{/set-fill}}
|
||
|
{{#set-fill}} {{vars.body_color}} | {{#base}}#hair{{/base}} {{/set-fill}}
|
||
|
|
||
|
{{! Right ear }}
|
||
|
{{#set-fill}} {{vars.ear_color}} | {{#base}}#right-ear{{/base}} {{/set-fill}}
|
||
|
{{#set-fill}} {{vars.ear_fluff_color}} | {{#base}}#right-ear-fluff{{/base}} {{/set-fill}}
|