This commit is contained in:
Anuken
2020-04-23 00:03:03 -04:00
parent 6cf422eebf
commit 362846bd68
19 changed files with 46 additions and 80 deletions

View File

@@ -20,6 +20,9 @@ public class Layer{
//base block layer - most blocks go here
block = 30,
//things drawn over blocks (intermediate layer)
blockOver = 35,
//blocks currently in progress *shaders used* TODO perhaps put shaders into their own category
blockBuilding = 40,