mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-16 10:47:40 +07:00
I should really rebind my aseprite zoom hotkeys
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user