Initial Erekir tech tree

This commit is contained in:
Anuken
2021-11-28 20:51:26 -05:00
parent 30e2d52341
commit 68e0b0e27e
12 changed files with 209 additions and 51 deletions

View File

@@ -46,6 +46,7 @@ public class BuildTurret extends BaseTurret{
//this is super hacky, but since blocks are initialized before units it does not run into init/concurrent modification issues
unitType = new UnitType("turret-unit-" + name){{
hidden = true;
speed = 0f;
hitSize = 0f;
health = 1;