Add transperency when units are behind

This commit is contained in:
2024-01-15 13:16:24 +01:00
parent 0f33ed9fc0
commit ac7525c42a
5 changed files with 52 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ typedef struct DrawData {
Rectangle dst;
Vector2 origin;
f32 rotation;
bool canHaveAlpha;
} DrawData;
typedef struct Options {