More vent variants

This commit is contained in:
Anuken
2022-02-05 18:59:56 -05:00
parent 6675730571
commit 6c44f506fc
32 changed files with 290 additions and 73 deletions

View File

@@ -26,6 +26,12 @@ public class Layer{
//base block layer - most blocks go here
block = 30,
//layer for cracks over blocks, batched to prevent excessive texture swaps
blockCracks = 30f + 0.1f,
//some blocks need to draw stuff after cracks
blockAfterCracks = 30f + 0.2f,
//informal layer used for additive blending overlay, grouped together to reduce draw calls
blockAdditive = 31,