Custom map weather definition

This commit is contained in:
Anuken
2020-09-15 18:00:29 -04:00
parent 24baa77c47
commit 306a660e87
8 changed files with 146 additions and 9 deletions

View File

@@ -70,10 +70,10 @@ public class ForceProjector extends Block{
Draw.color(Pal.gray);
Lines.stroke(3f);
Lines.poly(x * tilesize, y * tilesize, 6, radius);
Lines.poly(x * tilesize + offset, y * tilesize + offset, 6, radius);
Draw.color(player.team().color);
Lines.stroke(1f);
Lines.poly(x * tilesize, y * tilesize, 6, radius);
Lines.poly(x * tilesize + offset, y * tilesize + offset, 6, radius);
Draw.color();
}

View File

@@ -16,6 +16,7 @@ public enum StatUnit{
powerUnits,
degrees,
seconds,
minutes,
perSecond,
perMinute,
timesSpeed(false),