New tutorial section on tunnels, fixed tutorial bugs

This commit is contained in:
Anuken
2018-01-18 19:41:41 -05:00
parent 06f9d7b36e
commit 345537cdd9
9 changed files with 74 additions and 36 deletions
@@ -16,13 +16,13 @@ public class TargetType extends EnemyType {
super("targetenemy");
speed = 0f;
health = 25;
health = 40;
shootsound = null;
}
@Override
public void move(Enemy enemy){
super.move(enemy);
}
@Override