This commit is contained in:
Anuken
2020-05-25 23:56:03 -04:00
parent 39e3ae931c
commit 90f38fd135
8 changed files with 25 additions and 20 deletions

View File

@@ -26,11 +26,11 @@ public class Layer{
//blocks currently in progress *shaders used*
blockBuilding = 40,
//ground units
groundUnit = 50,
//turrets
turret = 60,
turret = 50,
//ground units
groundUnit = 60,
//power lines
power = 70,