UI scaling fixes

This commit is contained in:
Anuken
2019-03-23 22:00:41 -04:00
parent c93c016e9c
commit ea5c78f814
33 changed files with 9 additions and 5 deletions

View File

@@ -32,6 +32,8 @@ public class IOSLauncher extends IOSApplication.Delegate {
if(UIDevice.getCurrentDevice().getUserInterfaceIdiom() == UIUserInterfaceIdiom.Pad){
Unit.dp.addition = 0.5f;
}else{
Unit.dp.addition = -0.5f;
}
Platform.instance = new Platform() {