|
|
@ -39,11 +39,6 @@ namespace Menu { |
|
|
|
private void PlayPressed(ClickEvent evt) { |
|
|
|
private void PlayPressed(ClickEvent evt) { |
|
|
|
mainMenu.style.display = DisplayStyle.None; |
|
|
|
mainMenu.style.display = DisplayStyle.None; |
|
|
|
playMenu.style.display = DisplayStyle.Flex; |
|
|
|
playMenu.style.display = DisplayStyle.Flex; |
|
|
|
|
|
|
|
|
|
|
|
RoomSettings.SpawnRates[Spawnable.Modification] = SpawnRate.Many; |
|
|
|
|
|
|
|
RoomSettings.SpawnRates[Spawnable.NewBallPermanent] = SpawnRate.Many; |
|
|
|
|
|
|
|
RoomSettings.SpawnRates[Spawnable.NewBallTemporary] = SpawnRate.Few; |
|
|
|
|
|
|
|
RoomSettings.SpawnRates[Spawnable.Wormhole] = SpawnRate.Many; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void SettingsPressed(ClickEvent evt) { |
|
|
|
private void SettingsPressed(ClickEvent evt) { |
|
|
|