mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
This commit is contained in:
@@ -6,6 +6,7 @@ import com.badlogic.gdx.graphics.Color;
|
||||
import com.badlogic.gdx.math.Rectangle;
|
||||
import com.badlogic.gdx.math.Vector2;
|
||||
|
||||
import forge.FThreads;
|
||||
import forge.Forge;
|
||||
import forge.Graphics;
|
||||
import forge.animation.ForgeAnimation;
|
||||
@@ -173,10 +174,15 @@ public class ConquestMultiverseScreen extends FScreen {
|
||||
}
|
||||
|
||||
private void launchChaosBattle() {
|
||||
LoadingOverlay.show("Chaos approaching...", new Runnable() {
|
||||
FThreads.invokeInEdtNowOrLater(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
FModel.getConquest().launchEvent(new ConquestChaosBattle());
|
||||
LoadingOverlay.show("Chaos approaching...", new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
FModel.getConquest().launchEvent(new ConquestChaosBattle());
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user