This commit is contained in:
Anuken
2021-07-20 11:42:11 -04:00
parent 7656aedb6b
commit ba227d64fb
4 changed files with 30 additions and 11 deletions

View File

@@ -115,10 +115,6 @@ public class LaunchPad extends Block{
Draw.reset();
}
float cooldown = Mathf.clamp(launchCounter / (90f));
Draw.mixcol(lightColor, 1f - cooldown);
Draw.rect(podRegion, x, y);
Draw.reset();