Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

This commit is contained in:
Anuken
2021-10-29 11:44:43 -04:00
27 changed files with 386 additions and 137 deletions
@@ -210,7 +210,7 @@ public class PlanetGrid{
static int tileCount(int size){
return 10 * Mathf.pow(3, size) + 2;
}///
}
static int cornerCount(int size){
return 20 * Mathf.pow(3, size);