This commit is contained in:
Anuken
2020-09-13 23:30:51 -04:00
parent 3f1ed6d4a4
commit 5c63ff889a
2 changed files with 7 additions and 4 deletions

View File

@@ -718,7 +718,7 @@ public class HudFragment extends Fragment{
Draw.color(Pal.darkerGray);
Fill.poly(x + width/2f, y + height/2f, 6, height / Mathf.sqrt3);
Draw.reset();
Drawf.shadow(x + width/2f, y + height/2f, height * 1.1f);
Drawf.shadow(x + width/2f, y + height/2f, height * 1.13f);
}
},
new Table(t -> {