forked from amethyst/blobfox
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.
17 lines
379 B
17 lines
379 B
name: 'blobfox'
|
|
basedOff:
|
|
- null # all variants from 'blob' will be imported in this unit, unless they are already present
|
|
variants:
|
|
- name: 'base'
|
|
src: '../vector/blobfox.svg'
|
|
|
|
- name: 'boop'
|
|
base: 'base'
|
|
objects:
|
|
- type: svg
|
|
src: 'resources/lgbtq_heart.svg'
|
|
|
|
overwrites:
|
|
- id: 'eye-left'
|
|
color: 0xfffffffff
|
|
remove: true |