Made all color names lowercase for consistent style

This commit is contained in:
Anuken
2019-09-09 16:22:29 -04:00
parent b867cdb8b9
commit 5a3fbf33df
73 changed files with 296 additions and 298 deletions

View File

@@ -29,9 +29,9 @@ public class IOSLauncher extends IOSApplication.Delegate{
protected IOSApplication createApplication(){
if(UIDevice.getCurrentDevice().getUserInterfaceIdiom() == UIUserInterfaceIdiom.Pad){
UnitScl.dp.addition = 0.5f;
Scl.setAddition(0.5f);
}else{
UnitScl.dp.addition = -0.5f;
Scl.setAddition(-0.5f);
}
IOSApplicationConfiguration config = new IOSApplicationConfiguration();