Additional tests, inventory fixes

This commit is contained in:
Anuken
2018-11-23 12:40:36 -05:00
parent 30b5dd63e4
commit e5d6740555
10 changed files with 55 additions and 15 deletions

View File

@@ -31,8 +31,6 @@ public class IOSLauncher extends IOSApplication.Delegate {
Net.setClientProvider(new KryoClient());
Net.setServerProvider(new KryoServer());
Unit.dp.addition -= 0.2f;
if(UIDevice.getCurrentDevice().getUserInterfaceIdiom() == UIUserInterfaceIdiom.Pad){
Unit.dp.addition = 0.5f;
}