1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-31 01:42:02 +00:00

Fixed Bubbles Default-Settings

This commit is contained in:
Darth Affe 2016-06-13 19:49:00 +02:00
parent 25a873b5fa
commit e438340705

View File

@ -47,9 +47,9 @@ namespace Artemis.Modules.Effects.Bubbles
IsRandomColors = true; IsRandomColors = true;
BubbleColor = Color.FromArgb(255, 255, 0, 0); BubbleColor = Color.FromArgb(255, 255, 0, 0);
IsShiftColors = true; IsShiftColors = true;
ShiftColorSpeed = 4; ShiftColorSpeed = 12;
BubbleSize = 25; BubbleSize = 25;
MoveSpeed = 16; MoveSpeed = 4;
BubbleCount = 14; BubbleCount = 14;
} }
} }