New hint tutorial system (unfinished!)
This commit is contained in:
@@ -19,10 +19,6 @@ public class BuilderAI extends AIController{
|
||||
@Override
|
||||
public void updateMovement(){
|
||||
|
||||
if(unit.moving()){
|
||||
unit.lookAt(unit.vel.angle());
|
||||
}
|
||||
|
||||
if(target != null && shouldShoot()){
|
||||
unit.lookAt(target);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user