Removed need for local.properties file

This commit is contained in:
Anuken
2020-03-28 17:03:52 -04:00
parent 73f7681f59
commit 65bf97bc03
3 changed files with 12 additions and 14 deletions

View File

@@ -217,8 +217,8 @@ public class PlanetDialog extends FloatingDialog{
draw(sec, shadowColor, -0.001f);
}
if(sec.hostility >= 0f){
drawSelection(sec, Color.scarlet, 0.1f * sec.hostility);
if(sec.hostility >= 0.02f){
drawSelection(sec, Color.scarlet, 0.11f * sec.hostility);
}
}