Skip to content

Commit

Permalink
Added Pixel Rain and Fractal to VIALRGB effects (vial-kb#73)
Browse files Browse the repository at this point in the history
* Added Pixel Rain and Fractal to VIALRGB effects

* Moved those 2 effects, onto the last enum list
  • Loading branch information
HorrorTroll authored Feb 2, 2022
1 parent a7ed121 commit 830bc95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/python/rgb_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ def __init__(self, idx, name):
VialRGBEffect(40, "Multisplash"),
VialRGBEffect(41, "Solid Splash"),
VialRGBEffect(42, "Solid Multisplash"),
VialRGBEffect(43, "Pixel Rain"),
VialRGBEffect(44, "Pixel Fractal"),
]


Expand Down

0 comments on commit 830bc95

Please sign in to comment.