mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-19 20:27:44 +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){
|
static int tileCount(int size){
|
||||||
return 10 * Mathf.pow(3, size) + 2;
|
return 10 * Mathf.pow(3, size) + 2;
|
||||||
}///
|
}
|
||||||
|
|
||||||
static int cornerCount(int size){
|
static int cornerCount(int size){
|
||||||
return 20 * Mathf.pow(3, size);
|
return 20 * Mathf.pow(3, size);
|
||||||
|
Reference in New Issue
Block a user