- Fix imports.

- Add the sound set announcement and a couple other announcements as well.
This commit is contained in:
Michael Kamensky
2021-11-03 09:39:46 +03:00
parent 61ce25f2dd
commit a4c21c623f
3 changed files with 3 additions and 7 deletions

View File

@@ -40,9 +40,6 @@ import javax.sound.sampled.UnsupportedAudioFileException;
import com.google.common.io.Files; import com.google.common.io.Files;
import com.sipgate.mp3wav.Converter; import com.sipgate.mp3wav.Converter;
import forge.localinstance.properties.ForgeConstants;
/** /**
* SoundSystem - a simple sound playback system for Forge. * SoundSystem - a simple sound playback system for Forge.
* Do not use directly. Instead, use the {@link forge.sound.SoundEffectType} enumeration. * Do not use directly. Instead, use the {@link forge.sound.SoundEffectType} enumeration.

View File

@@ -1,6 +1,6 @@
#Add one announcement per line #Add one announcement per line
Get in the discord if you aren't yet. https://discord.gg/3v9JCVr Get in the discord if you aren't yet. https://discord.gg/3v9JCVr
The Throne of Eldraine quest world is the largest and most meticulously developed quest world to date, combining fascinating fairytales and interesting interactions. If you've never baked a pie into a pie, have you really played Magic? Planar Conquest now features a new plane - Forgotten Realms, based on the AFR and AFC sets.
Innistrad: Midnight Hunt (MID) and Innistrad: Midnight Hunt Commander (MIC) are 100% supported Forge now supports 100% of core and expansion set cards from Limited Edition Alpha to Innistrad: Midnight Hunt. This includes Equinox, Chaos Orb, and Falling Star.
Various improvements have been made to the desktop and mobile user interface to enhance the experience Sound sets are now configurable - you can place your sound sets under "sound" in your Forge cache (as subfolders) and then select them with the "Sound set" option.
*** Android 7 & 8 support is now deprecated. Support will be dropped in an upcoming release. *** *** Android 7 & 8 support is now deprecated. Support will be dropped in an upcoming release. ***

View File

@@ -39,7 +39,6 @@ import forge.gui.events.IUiEventVisitor;
import forge.gui.events.UiEventAttackerDeclared; import forge.gui.events.UiEventAttackerDeclared;
import forge.gui.events.UiEventBlockerAssigned; import forge.gui.events.UiEventBlockerAssigned;
import forge.gui.events.UiEventNextGameDecision; import forge.gui.events.UiEventNextGameDecision;
import forge.localinstance.properties.ForgeConstants;
import forge.util.TextUtil; import forge.util.TextUtil;
import forge.util.maps.MapOfLists; import forge.util.maps.MapOfLists;