Saving/loading of game state done

This commit is contained in:
Anuken
2017-08-07 15:09:01 -04:00
parent 53b812dde4
commit 3c9cc97400
15 changed files with 383 additions and 38 deletions

View File

@@ -18,8 +18,7 @@ public class Vars{
public static final int baseCameraScale = Math.round(Unit.dp.inPixels(4));
public static final int zoomScale = Math.round(Unit.dp.inPixels(1));
//not marked as final, because of warnings
public static boolean debug = false;
public static final boolean debug = true;
//turret and enemy shoot speed inverse multiplier
public static final int multiplier = android ? 3 : 1;