Multi-tread support for tanks

This commit is contained in:
Anuken
2022-01-30 17:10:04 -05:00
parent 3f8a7f591a
commit 7c22478618
14 changed files with 62 additions and 31 deletions

View File

@@ -9,6 +9,7 @@ public class UnitDecal{
public float x, y, rotation;
public float layer = Layer.flyingUnit + 1f;
public float xScale = 1f, yScale = 1f;
public Blending blending = Blending.normal;
public Color color = Color.white;
public UnitDecal(String region, float x, float y, float rotation, float layer, Color color){