Block Drawer cleanup

This commit is contained in:
Anuke
2022-03-06 13:03:14 -05:00
parent bc0b0b254d
commit fb2b266661
29 changed files with 132 additions and 337 deletions

View File

@@ -5,6 +5,10 @@ import mindustry.entities.bullet.*;
import mindustry.entities.effect.*;
import mindustry.graphics.*;
/**
* Class for holding special internal bullets.
* Formerly used to define preset bullets for turrets; as of v7, these have been inlined at the source.
* */
public class Bullets{
public static BulletType
@@ -12,6 +16,7 @@ public class Bullets{
public static void load(){
//not allowed in weapons - used only to prevent NullPointerExceptions
placeholder = new BasicBulletType(2.5f, 9, "ohno"){{
width = 7f;
height = 9f;