5x5 burst drill
This commit is contained in:
@@ -10,6 +10,7 @@ import arc.struct.*;
|
||||
import arc.util.*;
|
||||
import mindustry.*;
|
||||
import mindustry.content.*;
|
||||
import mindustry.entities.effect.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.graphics.*;
|
||||
import mindustry.world.*;
|
||||
@@ -93,6 +94,14 @@ public class Effect{
|
||||
return this;
|
||||
}
|
||||
|
||||
public WrapEffect wrap(Color color){
|
||||
return new WrapEffect(this, color);
|
||||
}
|
||||
|
||||
public WrapEffect wrap(Color color, float rotation){
|
||||
return new WrapEffect(this, color, rotation);
|
||||
}
|
||||
|
||||
public void at(Position pos){
|
||||
create(this, pos.getX(), pos.getY(), 0, Color.white, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user