mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-10 15:57:37 +07:00
Clear fallback sprite for core thrusters
This commit is contained in:
BIN
core/assets-raw/sprites/effects/clear-effect.png
Normal file
BIN
core/assets-raw/sprites/effects/clear-effect.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 B |
@ -29,8 +29,8 @@ public class CoreBlock extends StorageBlock{
|
||||
//hacky way to pass item modules between methods
|
||||
private static ItemModule nextItems;
|
||||
|
||||
public @Load("@-thruster1") TextureRegion thruster1; //top right
|
||||
public @Load("@-thruster2") TextureRegion thruster2; //bot left
|
||||
public @Load(value = "@-thruster1", fallback = "clear-effect") TextureRegion thruster1; //top right
|
||||
public @Load(value = "@-thruster2", fallback = "clear-effect") TextureRegion thruster2; //bot left
|
||||
public float thrusterLength = 14f/4f;
|
||||
|
||||
public UnitType unitType = UnitTypes.alpha;
|
||||
|
Reference in New Issue
Block a user