cleaning up what remains

This commit is contained in:
Anuken
2019-09-08 22:55:36 -04:00
parent d981bb95b9
commit c4c0f45228
33 changed files with 141 additions and 562 deletions

View File

@ -135,7 +135,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
Events.on(ClientLoadEvent.class, e -> {
Core.app.post(() -> Core.app.post(() -> {
Core.scene.table(Style.dialogDim,t -> {
Core.scene.table(Styles.black9, t -> {
t.visible(() -> {
if(!forced) return false;
t.toFront();