Misc cleanup

This commit is contained in:
Anuken
2022-02-03 20:38:49 -05:00
parent fa6ddd5f50
commit f573e78f4b
3 changed files with 14 additions and 21 deletions

View File

@@ -24,9 +24,10 @@ public class UnitDecal{
this.color = color;
}
public UnitDecal(String region, Color color, Blending blending){
public UnitDecal(String region, Color color, Blending blending, float layer){
this.region = region;
this.color = color;
this.layer = layer;
this.blending = blending;
}