This commit is contained in:
Anuken
2020-09-22 12:24:40 -04:00
parent 08ff36c43e
commit 5895e2f23c
2 changed files with 9 additions and 5 deletions
+4 -2
View File
@@ -90,12 +90,14 @@ public class Vars implements Loadable{
public static final float minArmorDamage = 0.05f;
/** launch animation duration */
public static final float launchDuration = 140f;
/** size of tiles in units */
public static final int tilesize = 8;
/** size of one tile payload (^2) */
public static final float tilePayload = tilesize * tilesize;
/** tile used in certain situations, instead of null */
public static Tile emptyTile;
/** for map generator dialog */
public static boolean updateEditorOnChange = false;
/** size of tiles in units */
public static final int tilesize = 8;
/** all choosable player colors in join/host dialog */
public static final Color[] playerColors = {
Color.valueOf("82759a"),