forked from amethyst/blobfox
parent
c19ec3c6fd
commit
acedfdad29
@ -1,3 +1,3 @@
|
|||||||
<g id="hand-boop" transform="translate(1.5 -1)">
|
<g id="hand-boop" transform="translate(1.5 -1)">
|
||||||
{{#boop_owo}}#hand-boop{{/boop_owo}}
|
{{>parent.hand-boop}}
|
||||||
</g>
|
</g>
|
||||||
|
@ -1,16 +1,3 @@
|
|||||||
{{! TODO: use parent }}
|
{{#set-fill}}
|
||||||
<g id="hands">
|
#fcc21b | {{>parent.hands}}
|
||||||
{{#tags.hands-reach}}
|
{{/set-fill}}
|
||||||
{{#set-fill}}#fcc21b|{{#reach_aww}}#left-hand{{/reach_aww}}{{/set-fill}}
|
|
||||||
{{#set-fill}}#fcc21b|{{#reach_aww}}#right-hand{{/reach_aww}}{{/set-fill}}
|
|
||||||
{{/tags.hands-reach}}
|
|
||||||
{{#tags.hand-3c}}
|
|
||||||
{{#tags.holding}}
|
|
||||||
{{#set-fill}}#fcc21b|{{#knife}}#left-hand{{/knife}}{{/set-fill}}
|
|
||||||
{{/tags.holding}}
|
|
||||||
{{^tags.holding}}
|
|
||||||
{{! :3c hand }}
|
|
||||||
{{#set-fill}}#fcc21b|{{#3c_evil}}#left-hand{{/3c_evil}}{{/set-fill}}
|
|
||||||
{{/tags.holding}}
|
|
||||||
{{/tags.hand-3c}}
|
|
||||||
</g>
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
{{#tags.boop}}
|
{{#tags.boop}}
|
||||||
<g id="mouth" transform="translate(-0.2 0.5)">
|
<g id="mouth" transform="translate(-0.2 0.5)">
|
||||||
{{/tags.boop}}
|
{{/tags.boop}}
|
||||||
{{#tags.mouth-w}}
|
{{>parent.mouth}}
|
||||||
{{#base}}#mouth{{/base}}
|
|
||||||
{{/tags.mouth-w}}
|
|
||||||
{{#tags.boop}}
|
{{#tags.boop}}
|
||||||
</g>
|
</g>
|
||||||
{{/tags.boop}}
|
{{/tags.boop}}
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{{#tags.body-snug}}
|
{{#tags.body-snug}}
|
||||||
<g id="nose-snug" transform="translate(1.5 0)">
|
<g transform="translate(1.5 0)">
|
||||||
{{#snug}}#nose{{/snug}}
|
{{>parent.nose}}
|
||||||
</g>
|
</g>
|
||||||
{{/tags.body-snug}}
|
{{/tags.body-snug}}
|
||||||
|
|
||||||
{{^tags.body-snug}}
|
{{^tags.body-snug}}
|
||||||
{{#tags.boop}}
|
{{#tags.boop}}
|
||||||
<g id="nose-snug" transform="translate(1.5 -0.5)">
|
<g transform="translate(1.5 -0.5)">
|
||||||
{{#snug}}#nose{{/snug}}
|
{{>parent.nose}}
|
||||||
</g>
|
</g>
|
||||||
{{/tags.boop}}
|
{{/tags.boop}}
|
||||||
{{/tags.body-snug}}
|
{{/tags.body-snug}}
|
||||||
|
@ -1 +1 @@
|
|||||||
{{#set-fill}}#fcc21b|{{#snug}}#tail{{/snug}}{{/set-fill}}
|
{{#set-fill}}#fcc21b|{{>parent.tail}}{{/set-fill}}
|
||||||
|
Loading…
Reference in new issue