Skip to content

Commit

Permalink
Updated new show and round names
Browse files Browse the repository at this point in the history
  • Loading branch information
qubqub committed Sep 4, 2023
1 parent dd5d15e commit 3b9b994
Show file tree
Hide file tree
Showing 2 changed files with 697 additions and 580 deletions.
11 changes: 10 additions & 1 deletion Entities/LevelStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,18 @@ public class LevelStats {
{ "current_wle_fp3_09_0_05", new LevelStats("current_wle_fp3_09_0_05", "Clocktower Climb", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp3_09_0_06", new LevelStats("current_wle_fp3_09_0_06", "Savour Your Happiness", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp3_09_0_0_01", new LevelStats("current_wle_fp3_09_0_0_01", "Pastel Paradise", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },

{ "current_wle_fp4_09_01", new LevelStats("current_wle_fp4_09_01", "Crate Collector", LevelType.Race, true, false, 10, 360, 360, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_09_02", new LevelStats("current_wle_fp4_09_02", "Dribble Drills", LevelType.Race, true, false, 10, 360, 360, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_09_03", new LevelStats("current_wle_fp4_09_03", "Spinning Slide Dodge", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_09_04", new LevelStats("current_wle_fp4_09_04", "Skyline Park", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_09_05", new LevelStats("current_wle_fp4_09_05", "Birthday bonanza", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_09_06", new LevelStats("current_wle_fp4_09_06", "The Chaotic Waterfall", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_09_0_01", new LevelStats("current_wle_fp4_09_0_01", "ICY PEAKS", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_09_1_01", new LevelStats("current_wle_fp4_09_1_01", "Push-Box Chaos", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_09_1_02", new LevelStats("current_wle_fp4_09_1_02", "Haute voltige", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_09_2_01", new LevelStats("current_wle_fp4_09_2_01", "DNA Test", LevelType.Race, true, false, 10, 0, 0, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },

{ "current_wle_fp4_10_01", new LevelStats("current_wle_fp4_10_01", "Bouncy Box Boulevard 3 Extreme Delivery", LevelType.Race, true, false, 10, 360, 360, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_10_02", new LevelStats("current_wle_fp4_10_02", "Hot Blast", LevelType.Race, true, false, 10, 360, 360, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
{ "current_wle_fp4_10_03", new LevelStats("current_wle_fp4_10_03", "Box Fan Blitz", LevelType.Race, true, false, 10, 360, 360, Properties.Resources.round_gauntlet_icon, Properties.Resources.round_gauntlet_big_icon) },
Expand Down
Loading

0 comments on commit 3b9b994

Please sign in to comment.