Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Micdu70 committed Nov 16, 2023
1 parent 4ec0cb2 commit c3a3aef
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 161 deletions.
2 changes: 1 addition & 1 deletion Entities/LevelStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ public class LevelStats {
{ "current_wle_fp6_wk2_1_08", new LevelStats("current_wle_fp6_wk2_1_08", "Pure Presser", LevelType.Race, BestRecordType.Fastest, true, false, 10, 360, 360, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp6_wk2_1_09", new LevelStats("current_wle_fp6_wk2_1_09", "Spooky Sliders", LevelType.Race, BestRecordType.Fastest, true, false, 10, 360, 360, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },

{ "wle_discover_level_wk2_001", new LevelStats("wle_discover_level_wk2_001", "Castle in the Cloudsピッピカチュ☆彡", LevelType.Race, BestRecordType.Fastest, true, false, 10, 600, 600, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "wle_discover_level_wk2_001", new LevelStats("wle_discover_level_wk2_001", "Castle in the Clouds", LevelType.Race, BestRecordType.Fastest, true, false, 10, 600, 600, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "wle_discover_level_wk2_002", new LevelStats("wle_discover_level_wk2_002", "Christmas corner!", LevelType.Race, BestRecordType.Fastest, true, false, 10, 600, 600, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "wle_discover_level_wk2_003", new LevelStats("wle_discover_level_wk2_003", "Hot Wheels 2069", LevelType.Race, BestRecordType.Fastest, true, false, 10, 600, 600, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "wle_discover_level_wk2_004", new LevelStats("wle_discover_level_wk2_004", "Bounce Back Racetrack", LevelType.Race, BestRecordType.Fastest, true, false, 10, 600, 600, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
Expand Down
Loading

0 comments on commit c3a3aef

Please sign in to comment.