I should really rebind my aseprite zoom hotkeys

This commit is contained in:
Anuken 2021-10-27 10:24:13 -04:00
parent 7897ca9b97
commit a4339b8b2b

View File

@ -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);