mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
merge fix
This commit is contained in:
parent
72586616ae
commit
dc0942fac2
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class DebugUtil {
|
|||
// game
|
||||
public static boolean GUI_GAME_DRAW_BATTLEFIELD_BORDER = false;
|
||||
public static boolean GUI_GAME_DRAW_HAND_AND_STACK_BORDER = false;
|
||||
public static boolean GUI_GAME_DRAW_PLAYER_PANEL_BORDER = true;
|
||||
public static boolean GUI_GAME_DRAW_PLAYER_PANEL_BORDER = false;
|
||||
|
||||
// game dialogs
|
||||
public static boolean GUI_GAME_DIALOGS_DRAW_CARDS_AREA_BORDER = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue