Update to local copy that supports animations
Also some lint fixes, but not all because this is a big enough change.
BIN
default-animated/default_blink_closed-1.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
default-animated/default_blink_closed-2.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
default-animated/default_blink_open-1.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
default-animated/default_blink_open-2.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
default-animated/default_closed-1.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
default-animated/default_closed-2.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
default-animated/default_open-1.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
default-animated/default_open-2.png
Normal file
After Width: | Height: | Size: 14 KiB |
18
default-animated/profile.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
# Image set. Four images for eyes and mouth close/open
|
||||
image_closed: [default_closed-1.png, default_closed-2.png]
|
||||
image_open: [default_open-1.png, default_open-2.png]
|
||||
image_blink_closed: [default_blink_closed-1.png, default_blink_closed-2.png]
|
||||
image_blink_open: [default_blink_open-1.png, default_blink_open-2.png]
|
||||
|
||||
# Color to render the background of the window. Useful for color key capturing
|
||||
bg_color: [0, 255, 0]
|
||||
|
||||
# Overriding shake settings from the main yaml file
|
||||
# You can override most settings
|
||||
shake_delay: 2
|
||||
shake_intensity: 5
|
||||
|
||||
# Override blink chance from main yaml file
|
||||
# This is a very twitchy default :)
|
||||
blink_chance: 0.1
|