Unit control improvements / Larger max map size

This commit is contained in:
Anuken
2022-02-16 00:23:07 -05:00
parent 3dccacae3d
commit fbf0fec135
12 changed files with 74 additions and 55 deletions

View File

@@ -2822,7 +2822,7 @@ public class UnitTypes{
velocityRnd = 0.1f;
heatColor = Color.red;
for(int i = 0; i < 6; i++){
for(int i = 0; i < 5; i++){
int fi = i;
parts.add(new RegionPart("-blade"){{
under = true;