drawSelect for RepairTower (#7447)

This commit is contained in:
Mythril382
2022-08-26 20:07:59 +08:00
committed by GitHub
parent 80d772b96e
commit 32c8167b7c

View File

@@ -110,5 +110,10 @@ public class RepairTower extends Block{
public float warmup(){
return warmup;
}
@Override
public void drawSelect(){
Drawf.dashCircle(x, y, range, Pal.placing);
}
}
}