WIP objective editor progress

This commit is contained in:
Anuken
2022-06-24 21:18:04 -04:00
parent be61b45d08
commit cc26a0eeb3
7 changed files with 256 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ import mindustry.graphics.*;
/** A continuous bullet type that only damages in a point. */
public class PointLaserBulletType extends BulletType{
public String sprite = "drill-laser";
public String sprite = "point-laser";
public TextureRegion laser, laserEnd;
public Color color = Color.white;