Begin work on 6.0

This commit is contained in:
Anuken 2019-11-10 14:05:29 -05:00
parent 4c0607aba8
commit 8952dd7f56
40 changed files with 2290 additions and 2055 deletions

View file

@ -279,8 +279,8 @@ public class ApplicationTests{
void buildingOverlap(){
initBuilding();
Phantom d1 = (Phantom)UnitTypes.phantom.create(Team.sharded);
Phantom d2 = (Phantom)UnitTypes.phantom.create(Team.sharded);
BuilderDrone d1 = (BuilderDrone)UnitTypes.phantom.create(Team.sharded);
BuilderDrone d2 = (BuilderDrone)UnitTypes.phantom.create(Team.sharded);
d1.set(10f, 20f);
d2.set(10f, 20f);
@ -301,8 +301,8 @@ public class ApplicationTests{
void buildingDestruction(){
initBuilding();
Phantom d1 = (Phantom)UnitTypes.phantom.create(Team.sharded);
Phantom d2 = (Phantom)UnitTypes.phantom.create(Team.sharded);
BuilderDrone d1 = (BuilderDrone)UnitTypes.phantom.create(Team.sharded);
BuilderDrone d2 = (BuilderDrone)UnitTypes.phantom.create(Team.sharded);
d1.set(10f, 20f);
d2.set(10f, 20f);