Land animation progress / IntelliJ android plugin hack

This commit is contained in:
Anuken
2021-07-27 16:26:13 -04:00
parent 269c48b65b
commit 00e3a59463
9 changed files with 61 additions and 31 deletions
@@ -920,8 +920,9 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
launching = true;
zoom = 0.5f;
ui.hudfrag.showLaunchDirect();
//TODO animation; 140 is fine
//TODO
renderer.showLaunch();
hide();
Time.runTask(launchDuration, () -> control.playSector(from, sector));
});
}