mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
GUI: fixed not working card popup near screen border, improved card popup for chat and choose dialogs;
This commit is contained in:
parent
7475ee922a
commit
63290d3ed6
8 changed files with 85 additions and 15 deletions
|
|
@ -22,6 +22,9 @@ public class DebugUtil {
|
|||
public static boolean GUI_RENDER_IMAGE_DRAW_IMAGE_BORDER = false;
|
||||
public static boolean GUI_RENDER_CENTERED_TEXT_DRAW_DEBUG_LINES = false;
|
||||
|
||||
// popup container (example: popup with card info)
|
||||
public static boolean GUI_POPUP_CONTAINER_DRAW_DEBUG_BORDER = false;
|
||||
|
||||
// deck editor
|
||||
public static boolean GUI_DECK_EDITOR_DRAW_DRAGGING_PANE_BORDER = false;
|
||||
public static boolean GUI_DECK_EDITOR_DRAW_COUNT_LABEL_BORDER = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue