Added new turret sprites

This commit is contained in:
Anuken
2018-03-05 14:10:52 -05:00
parent 292dbf101b
commit 25063ed1f0
9 changed files with 358 additions and 309 deletions
@@ -67,7 +67,7 @@ public class Bullet extends BulletEntity{
@Override
public boolean collides(SolidEntity other){
return true;
return (other instanceof Player) == (owner instanceof Enemy);
}
@Override