This commit is contained in:
Jaffe2718
2025-06-26 17:52:35 +08:00
parent f01f12032b
commit f6c67d9525

View File

@@ -22,7 +22,7 @@ public class ShootingStar {
public void tick() {
--progress;
phaseScore++;
phaseScore %= 100;
phaseScore %= CelestriaConfig.shootingStarPhaseCycle;
}
/**