mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
-added items/equipment
-added 6 castle -added dialogs -fixed collision on maps -fixed layer rendering
This commit is contained in:
@@ -144,6 +144,7 @@ public class Controls {
|
||||
|
||||
public static Dialog newDialog(String title) {
|
||||
Dialog ret = new Dialog(title, GetSkin());
|
||||
ret.setMovable(false);
|
||||
if (!Forge.isLandscapeMode()) {
|
||||
ret.getTitleLabel().setFontScaleX(2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user