forked from amethyst/blobfox
parent
05a5fd91f0
commit
8eb66abf33
@ -1,8 +0,0 @@
|
||||
<g id="base">
|
||||
{{#boop_owo}}#left-ear{{/boop_owo}}
|
||||
{{#boop_owo}}#left-ear-fluff{{/boop_owo}}
|
||||
{{#base}}#body{{/base}}
|
||||
{{#base}}#hair{{/base}}
|
||||
{{#base}}#right-ear{{/base}}
|
||||
{{#base}}#right-ear-fluff{{/base}}
|
||||
</g>
|
@ -1,7 +0,0 @@
|
||||
<g id="base">
|
||||
{{#base}}#left-ear{{/base}}
|
||||
{{#base}}#body{{/base}}
|
||||
{{#base}}#hair{{/base}}
|
||||
{{#base}}#right-ear{{/base}}
|
||||
{{#base}}#right-ear-fluff{{/base}}
|
||||
</g>
|
@ -0,0 +1,15 @@
|
||||
{{! Left ear }}
|
||||
{{#tags.ear-owo}}
|
||||
{{#boop_owo}}#left-ear{{/boop_owo}}
|
||||
{{#boop_owo}}#left-ear-fluff{{/boop_owo}}
|
||||
{{/tags.ear-owo}}
|
||||
{{^tags.ear-owo}}
|
||||
{{#base}}#left-ear{{/base}}
|
||||
{{/tags.ear-owo}}
|
||||
|
||||
{{#base}}#body{{/base}}
|
||||
{{#base}}#hair{{/base}}
|
||||
|
||||
{{! Right ear }}
|
||||
{{#base}}#right-ear{{/base}}
|
||||
{{#base}}#right-ear-fluff{{/base}}
|
@ -0,0 +1,8 @@
|
||||
<g id="body">
|
||||
{{#tags.body-basic}}
|
||||
{{>body-basic}}
|
||||
{{/tags.body-basic}}
|
||||
{{#tags.body-snug}}
|
||||
{{>body-snug}}
|
||||
{{/tags.body-snug}}
|
||||
</g>
|
@ -1,2 +0,0 @@
|
||||
{{! cf. base-extra }}
|
||||
<g id="base-extra" />
|
@ -1,2 +0,0 @@
|
||||
{{! Should be included after >base if there is no arm, object, etc. on the emote }}
|
||||
<g id="base-feature" />
|
@ -1,2 +0,0 @@
|
||||
{{! cf. base-extra }}
|
||||
<g id="reach-extra" />
|
@ -1 +0,0 @@
|
||||
<g id="extra-snug" />
|
@ -1,4 +0,0 @@
|
||||
<g id="eyes-aww">
|
||||
{{#reach_aww}}#left-eye{{/reach_aww}}
|
||||
{{#reach_aww}}#right-eye{{/reach_aww}}
|
||||
</g>
|
@ -1,4 +0,0 @@
|
||||
<g id="eyes-eveil">
|
||||
{{#3c_evil}}#left-eye{{/3c_evil}}
|
||||
{{#3c_evil}}#right-eye{{/3c_evil}}
|
||||
</g>
|
@ -1,4 +0,0 @@
|
||||
<g id="eyes-owo">
|
||||
{{#boop_owo}}#left-eye{{/boop_owo}}
|
||||
{{#boop_owo}}#right-eye{{/boop_owo}}
|
||||
</g>
|
@ -1,4 +0,0 @@
|
||||
<g id="eyes-snug">
|
||||
{{#snug}}#left-eye{{/snug}}
|
||||
{{#snug}}#right-eye{{/snug}}
|
||||
</g>
|
@ -1,4 +1,22 @@
|
||||
<g id="eyes">
|
||||
{{#base}}#left-eye{{/base}}
|
||||
{{#base}}#right-eye{{/base}}
|
||||
{{#tags.eyes-basic}}
|
||||
{{#base}}#left-eye{{/base}}
|
||||
{{#base}}#right-eye{{/base}}
|
||||
{{/tags.eyes-basic}}
|
||||
{{#tags.eyes-owo}}
|
||||
{{#boop_owo}}#left-eye{{/boop_owo}}
|
||||
{{#boop_owo}}#right-eye{{/boop_owo}}
|
||||
{{/tags.eyes-owo}}
|
||||
{{#tags.eyes-happy}}
|
||||
{{#snug}}#left-eye{{/snug}}
|
||||
{{#snug}}#right-eye{{/snug}}
|
||||
{{/tags.eyes-happy}}
|
||||
{{#tags.eyes-aww}}
|
||||
{{#reach_aww}}#left-eye{{/reach_aww}}
|
||||
{{#reach_aww}}#right-eye{{/reach_aww}}
|
||||
{{/tags.eyes-aww}}
|
||||
{{#tags.eyes-evil}}
|
||||
{{#3c_evil}}#left-eye{{/3c_evil}}
|
||||
{{#3c_evil}}#right-eye{{/3c_evil}}
|
||||
{{/tags.eyes-evil}}
|
||||
</g>
|
||||
|
@ -1 +0,0 @@
|
||||
{{#3c_evil}}#left-hand{{/3c_evil}}
|
@ -1,9 +0,0 @@
|
||||
<g id="hand-knife">
|
||||
<g id="knife">
|
||||
{{#knife}}#blade-back{{/knife}}
|
||||
{{#knife}}#blade-front{{/knife}}
|
||||
{{#knife}}#handle{{/knife}}
|
||||
{{#knife}}#handle-screw{{/knife}}
|
||||
</g>
|
||||
{{#knife}}#left-hand{{/knife}}
|
||||
</g>
|
@ -1,4 +0,0 @@
|
||||
<g id="hands-reach">
|
||||
{{#reach_aww}}#left-hand{{/reach_aww}}
|
||||
{{#reach_aww}}#right-hand{{/reach_aww}}
|
||||
</g>
|
@ -0,0 +1,15 @@
|
||||
<g id="hands">
|
||||
{{#tags.hands-reach}}
|
||||
{{#reach_aww}}#left-hand{{/reach_aww}}
|
||||
{{#reach_aww}}#right-hand{{/reach_aww}}
|
||||
{{/tags.hands-reach}}
|
||||
{{#tags.hand-3c}}
|
||||
{{#tags.holding}}
|
||||
{{#knife}}#left-hand{{/knife}}
|
||||
{{/tags.holding}}
|
||||
{{^tags.holding}}
|
||||
{{! :3c hand }}
|
||||
{{#3c_evil}}#left-hand{{/3c_evil}}
|
||||
{{/tags.holding}}
|
||||
{{/tags.hand-3c}}
|
||||
</g>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 389 B |
@ -0,0 +1,6 @@
|
||||
<g id="knife">
|
||||
{{#knife}}#blade-back{{/knife}}
|
||||
{{#knife}}#blade-front{{/knife}}
|
||||
{{#knife}}#handle{{/knife}}
|
||||
{{#knife}}#handle-screw{{/knife}}
|
||||
</g>
|
@ -1 +0,0 @@
|
||||
{{#base}}#mouth{{/base}}
|
@ -0,0 +1,3 @@
|
||||
{{#tags.mouth-w}}
|
||||
{{#base}}#mouth{{/base}}
|
||||
{{/tags.mouth-w}}
|
@ -1,4 +0,0 @@
|
||||
<g id="nose-aww">
|
||||
{{#base}}#nose{{/base}}
|
||||
{{#reach_aww}}#nose-outline{{/reach_aww}}
|
||||
</g>
|
@ -1,4 +0,0 @@
|
||||
<g id="nose-evil">
|
||||
{{#3c_evil}}#nose-outline{{/3c_evil}}
|
||||
{{#base}}#nose{{/base}}
|
||||
</g>
|
@ -1,4 +0,0 @@
|
||||
<g id="nose-owo">
|
||||
{{#base}}#nose{{/base}}
|
||||
{{#boop_owo}}#nose-outline{{/boop_owo}}
|
||||
</g>
|
@ -1,4 +0,0 @@
|
||||
<g id="nose-snug">
|
||||
{{#snug}}#nose{{/snug}}
|
||||
{{#snug}}#nose-outline{{/snug}}
|
||||
</g>
|
@ -1,4 +1,16 @@
|
||||
<g id="nose">
|
||||
{{#base}}#nose-outline{{/base}}
|
||||
{{#tags.eyes-basic}}
|
||||
{{#base}}#nose-outline{{/base}}
|
||||
{{/tags.eyes-basic}}
|
||||
{{#tags.eyes-owo}}
|
||||
{{#boop_owo}}#nose-outline{{/boop_owo}}
|
||||
{{/tags.eyes-owo}}
|
||||
{{#tags.eyes-aww}}
|
||||
{{#reach_aww}}#nose-outline{{/reach_aww}}
|
||||
{{/tags.eyes-aww}}
|
||||
{{#tags.eyes-evil}}
|
||||
{{#3c_evil}}#nose-outline{{/3c_evil}}
|
||||
{{/tags.eyes-evil}}
|
||||
|
||||
{{#base}}#nose{{/base}}
|
||||
</g>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<g id="tail-snug">
|
||||
{{#snug}}#tail{{/snug}}
|
||||
{{#snug}}#tail-outline{{/snug}}
|
||||
</g>
|
@ -1,12 +1,9 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>hand-3c}}
|
||||
{{>extra-3c}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth-w}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
|
||||
{{>hands}}
|
||||
{{>footer}}
|
||||
|
@ -1,12 +1,9 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>hand-3c}}
|
||||
{{>extra-3c}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-evil}}
|
||||
{{>nose-evil}}
|
||||
{{>mouth-w}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
|
||||
{{>hands}}
|
||||
{{>footer}}
|
||||
|
@ -1,11 +1,7 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>extra-base}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth-w}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
{{>footer}}
|
||||
|
@ -1,12 +1,9 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>extra-base}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth-w}}
|
||||
{{>hand-boop}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
|
||||
{{>hand-boop}}
|
||||
{{>footer}}
|
||||
|
@ -1,12 +1,9 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>extra-base}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-aww}}
|
||||
{{>nose-aww}}
|
||||
{{>mouth-w}}
|
||||
{{>hand-boop}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
|
||||
{{>hand-boop}}
|
||||
{{>footer}}
|
||||
|
@ -1,12 +1,9 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base-owo}}
|
||||
{{>extra-base}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-owo}}
|
||||
{{>nose-owo}}
|
||||
{{>mouth-w}}
|
||||
{{>hand-boop}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
|
||||
{{>hand-boop}}
|
||||
{{>footer}}
|
||||
|
@ -1,11 +1,7 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>extra-base}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-evil}}
|
||||
{{>nose-evil}}
|
||||
{{>mouth-w}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
{{>footer}}
|
||||
|
@ -1,11 +1,7 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>extra-base}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-snug}}
|
||||
{{>nose-snug}}
|
||||
{{>mouth-w}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
{{>footer}}
|
||||
|
@ -1,11 +1,7 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base-owo}}
|
||||
{{>extra-base}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-owo}}
|
||||
{{>nose-owo}}
|
||||
{{>mouth-w}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
{{>footer}}
|
||||
|
@ -1,12 +1,9 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>hands-reach}}
|
||||
{{>extra-reach}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth-w}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
|
||||
{{>hands}}
|
||||
{{>footer}}
|
||||
|
@ -1,12 +1,9 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>hands-reach}}
|
||||
{{>extra-reach}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-aww}}
|
||||
{{>nose-aww}}
|
||||
{{>mouth-w}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
|
||||
{{>hands}}
|
||||
{{>footer}}
|
||||
|
@ -0,0 +1,9 @@
|
||||
{{>header}}
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
|
||||
{{>hands}}
|
||||
{{>footer}}
|
@ -1,11 +1,6 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base-snug}}
|
||||
{{>tail-snug}}
|
||||
{{>extra-snug}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-snug}}
|
||||
{{>nose-snug}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>footer}}
|
||||
|
@ -1,11 +1,6 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base-snug}}
|
||||
{{>tail-snug}}
|
||||
{{>extra-snug}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-aww}}
|
||||
{{>nose-aww}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>footer}}
|
||||
|
@ -1,12 +1,8 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base-snug}}
|
||||
{{>tail-snug}}
|
||||
{{>extra-snug}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-owo}}
|
||||
{{>nose-owo}}
|
||||
{{>hand-boop}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
|
||||
{{>hand-boop}}
|
||||
{{>footer}}
|
||||
|
@ -1,11 +1,6 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base-snug}}
|
||||
{{>tail-snug}}
|
||||
{{>extra-snug}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-owo}}
|
||||
{{>nose-owo}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>footer}}
|
||||
|
@ -1,12 +1,10 @@
|
||||
{{>header}}
|
||||
<g id="body">
|
||||
{{>base}}
|
||||
{{>extra-3c}}
|
||||
</g>
|
||||
<g id="features">
|
||||
{{>eyes-evil}}
|
||||
{{>nose-evil}}
|
||||
{{>mouth-w}}
|
||||
{{>hand-knife}}
|
||||
</g>
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
{{>nose}}
|
||||
{{>mouth}}
|
||||
|
||||
{{>knife}}
|
||||
{{>hands}}
|
||||
{{>footer}}
|
||||
|
Loading…
Reference in new issue