Fixed a minor cursor bug, changed drill/pump place verification

This commit is contained in:
Anuken
2018-06-14 18:36:55 -04:00
parent fab3704dbd
commit ba67c01dd0
6 changed files with 40 additions and 31 deletions
@@ -29,7 +29,6 @@ public class Bullet extends BulletEntity<BulletType> implements TeamTrait, SyncT
private static Vector2 vector = new Vector2();
//private Interpolator interpolator = new Interpolator();
private Team team;
public Timer timer = new Timer(3);