New tutorial section on tunnels, fixed tutorial bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user