T5 air support unit

This commit is contained in:
Anuken
2020-09-21 11:41:11 -04:00
parent 63e35bd462
commit 1aa8bb9dd2
29 changed files with 8055 additions and 7843 deletions

View File

@@ -37,7 +37,9 @@ public class RailBulletType extends BulletType{
@Override
public void update(Bullet b){
updateEffect.at(b.x, b.y, b.rotation());
if(b.timer(1, 1f)){
updateEffect.at(b.x, b.y, b.rotation());
}
}
@Override