First commit from local working tree

This commit is contained in:
Trysdyn Black 2022-10-30 08:30:03 -07:00
parent 86775d02f6
commit 32f0d1de88
12 changed files with 832 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
default/default_closed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

BIN
default/default_open.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

17
default/profile.yaml Normal file
View file

@ -0,0 +1,17 @@
---
# Image set. Four images for eyes and mouth close/open
image_closed: default_closed.png
image_open: default_open.png
image_blink_closed: default_blink_closed.png
image_blink_open: default_blink_open.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
blink_chance: 0.05