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:
parent
25a873b5fa
commit
e438340705
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user