mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
I should really rebind my aseprite zoom hotkeys
This commit is contained in:
parent
7897ca9b97
commit
a4339b8b2b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user