Experimental multiplayer pausing variable

This commit is contained in:
Anuken
2022-10-31 20:19:39 -04:00
parent 4e8e65d1dd
commit 6aeeb23d7c
5 changed files with 13 additions and 7 deletions
+2
View File
@@ -115,6 +115,8 @@ public class Vars implements Loadable{
public static final float iconXLarge = 8*6f, iconLarge = 8*5f, iconMed = 8*4f, iconSmall = 8*3f;
/** for map generator dialog */
public static boolean updateEditorOnChange = false;
/** Experimental flag for multiplayer pausing. DO NOT USE YET! */
public static boolean multiplayerPausing = false;
/** all choosable player colors in join/host dialog */
public static final Color[] playerColors = {
Color.valueOf("82759a"),