drawSelect for RepairTower (#7447)
This commit is contained in:
@@ -110,5 +110,10 @@ public class RepairTower extends Block{
|
|||||||
public float warmup(){
|
public float warmup(){
|
||||||
return warmup;
|
return warmup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void drawSelect(){
|
||||||
|
Drawf.dashCircle(x, y, range, Pal.placing);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user