diff --git a/styles/responsive_styles.h b/styles/responsive_styles.h index 65bba7bf0..7e34e56ff 100644 --- a/styles/responsive_styles.h +++ b/styles/responsive_styles.h @@ -99,16 +99,16 @@ using ResponsiveClashL = // EFFECT = effect type, defaults to EFFECT_BLAST template, + class SIZE = Int<100>, + class SPEED = Int<400>, int TOP = 28000, int BOTTOM = 8000, BladeEffectType EFFECT = EFFECT_BLAST> using ResponsiveBlastL = AlphaL< MultiTransitionEffectL< - TrWaveX, Int, Int, Scale, Int, Int>>, + TrWaveX, Int, Int>>, EFFECT>, Bump,Int,Int>,Int<24000>>>; @@ -121,15 +121,15 @@ using ResponsiveBlastL = // EFFECT = effect type, defaults to EFFECT_BLAST template, + class SIZE = Int<100>, + class SPEED = Int<400>, int TOP = 28000, int BOTTOM = 8000, BladeEffectType EFFECT = EFFECT_BLAST> using ResponsiveBlastWaveL = MultiTransitionEffectL< - TrWaveX, Int, Int, + TrWaveX, Int, Int>>, @@ -143,16 +143,16 @@ using ResponsiveBlastWaveL = // EFFECT = effect type, defaults to EFFECT_BLAST template, + class FADE = Int<400>, int TOP = 28000, int BOTTOM = 8000, BladeEffectType EFFECT = EFFECT_BLAST> using ResponsiveBlastFadeL = MultiTransitionEffectL< TrConcat, Int, Int>, Int>>, - TrFade>, + AlphaL, Int, Int>, SIZE>>, + TrFadeX>, EFFECT>; // ResponsiveStabL