Added LaserTurret block, minor improvements

This commit is contained in:
Anuken
2017-09-18 21:33:46 -04:00
parent 1b870da997
commit 537641c8a3
24 changed files with 147 additions and 40 deletions

View File

@@ -30,7 +30,7 @@ public class Vars{
public static final int saveSlots = 4;
//turret and enemy shoot speed inverse multiplier
public static final int multiplier = android ? 3 : 1;
public static final float multiplier = android ? 3 : 2;
public static final int tilesize = 8;