color mix animation

This commit is contained in:
winlith
2025-01-17 22:37:48 +01:00
parent e125d8f1aa
commit f5f7422d82
5 changed files with 101 additions and 4 deletions

View File

@@ -30,9 +30,10 @@
# config) will be used by Ly for fg = 0x0008.
# The active animation
# none -> Nothing
# doom -> PSX DOOM fire
# matrix -> CMatrix
# none -> Nothing
# doom -> PSX DOOM fire
# matrix -> CMatrix
# colormix -> Color mixing shader
animation = none
# Stop the animation after some time
@@ -90,6 +91,15 @@ clock = null
# CMatrix animation foreground color id
cmatrix_fg = 0x0003
# Color mixing animation first color id
colormix_col1 = 0x0002
# Color mixing animation second color id
colormix_col2 = 0x0005
# Color mixing animation third color id
colormix_col3 = 0x0001
# Console path
console_dev = /dev/console