mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Merge pull request #4473 from jjayers99/master
Adventure - Enable "Continue" button for BO3 duels
This commit is contained in:
@@ -2,7 +2,6 @@ package forge.screens.match.winlose;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import forge.game.GameType;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
import com.badlogic.gdx.Input.Keys;
|
||||
@@ -201,7 +200,7 @@ public class ViewWinLose extends FOverlay implements IWinLoseView<FButton> {
|
||||
|
||||
h = height / 12;
|
||||
if (Forge.isMobileAdventureMode) {
|
||||
if (game.getGameType() == GameType.AdventureEvent) {
|
||||
if (game.getNumGamesInMatch() > 1) {
|
||||
btnContinue.setBounds(x, y, w, h);
|
||||
y += h + dy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user