Skip to content

Commit 3f99b03

Browse files
committed
Default Settings Update
1 parent 18d6f6a commit 3f99b03

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

plugins/MouseEffects.Effects.Firework/FireworkFactory.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public EffectConfiguration GetDefaultConfiguration()
3030

3131
// General
3232
config.Set("maxParticles", 10000);
33-
config.Set("maxFireworks", 10);
34-
config.Set("particleLifespan", 2.95f);
33+
config.Set("maxFireworks", 40);
34+
config.Set("particleLifespan", 2.92f);
3535
config.Set("spawnOnLeftClick", false);
3636
config.Set("spawnOnRightClick", false);
3737
config.Set("minParticlesPerFirework", 60);
@@ -109,13 +109,13 @@ public EffectConfiguration GetDefaultConfiguration()
109109

110110
// Automatic mode defaults
111111
config.Set("automaticMode", true);
112-
config.Set("numberOfLaunchpads", 5);
113-
config.Set("launchStyle", "All Together");
114-
config.Set("autoSpawnRate", 7.97f);
115-
config.Set("autoSpawnDelay", 0.5f);
112+
config.Set("numberOfLaunchpads", 10);
113+
config.Set("launchStyle", "Random");
114+
config.Set("autoSpawnRate", 61.76f);
115+
config.Set("autoSpawnDelay", 0.21f);
116116
config.Set("randomLaunchAngle", true);
117-
config.Set("minLaunchAngle", -10f);
118-
config.Set("maxLaunchAngle", 10f);
117+
config.Set("minLaunchAngle", -20f);
118+
config.Set("maxLaunchAngle", 20f);
119119

120120
return config;
121121
}

src/MouseEffects.App/MouseEffects.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Platforms>x64</Platforms>
1616
<EnableDefaultApplicationDefinition>false</EnableDefaultApplicationDefinition>
1717
<!-- Version for Velopack (AssemblyVersion and FileVersion are derived automatically) -->
18-
<Version>2.3.0</Version>
18+
<Version>2.3.1</Version>
1919
</PropertyGroup>
2020

2121
<!-- MSIX Packaging Configuration -->

0 commit comments

Comments
 (0)