Fixed some Android bugs

This commit is contained in:
Anuken
2017-07-16 17:10:17 -04:00
parent c3712d6f78
commit ed6b49788d
3 changed files with 8 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ public class Vars{
//not marked as final, because of warnings
public static boolean debug = false;
public static final int multiplier = android ? 2 : 1;
//turret and enemy shoot speed inverse multiplier
public static final int multiplier = android ? 3 : 1;
public static final int tilesize = 8;