merge fix

This commit is contained in:
Oleg Agafonov 2024-06-23 16:12:26 +04:00
parent 72586616ae
commit dc0942fac2

View file

@ -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;