Save file refactor / Changed sector size

This commit is contained in:
Anuken
2018-10-19 22:46:53 -04:00
parent bed22f51b4
commit 59bc73656f
9 changed files with 207 additions and 199 deletions

View File

@@ -71,7 +71,7 @@ public class SectorsDialog extends FloatingDialog{
class SectorView extends Element{
float lastX, lastY;
float sectorSize = Unit.dp.scl(32*4);
float sectorSize = Unit.dp.scl(32*5);
float sectorPadding = Unit.dp.scl(14f);
boolean clicked = false;
float panX = -sectorPadding/2f, panY = -sectorSize/2f;