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

@@ -4,6 +4,7 @@
enum {
COLL_LAYER_TERRAIN = 0,
COLL_LAYER_BUILDINGS = 1,
COLL_LAYER_TRANSPARENCY = 7,
};
#endif //PIXELDEFENSE_CONSTANTS_H