Improved tutorial, made smooth camera a setting

This commit is contained in:
Anuken
2017-10-16 22:54:11 -04:00
parent 254782c4e8
commit 670d080fae
6 changed files with 95 additions and 19 deletions

View File

@@ -31,6 +31,9 @@ public class Vars{
//TODO named save slots, possibly with a scroll dialog
public static final int saveSlots = 4;
//only if smoothCamera
public static boolean snapCamera = true;
//turret and enemy shoot speed inverse multiplier
public static final float multiplier = android ? 3 : 2;