RedTopper/Super-Haxagon

"New Record!" display

CrackedP0t opened this issue · 8 comments

It would be cool if, when you surpassed your old time, the game informed you. I was thinking maybe print the text under the time when playing, and in the game over screen when you beat your record.

It doesn't look hard to implement; I'd be happy to do it

Implemented in #13

gotch'a

Hold up a second, come back! Is the NEW RECORD! thing supposed to pulse a few times, or keep pulsing forever?

Just wanted to know to check if it was a bug or not.

Oh, yeah, when playing it only pulses twice on purpose. On the game over screen it should pulse forever. The constant PULSE_TIMES controls the number of times on the play screen.

Oh, yeah, when playing it only pulses twice on purpose. On the game over screen it should pulse forever. The constant PULSE_TIMES controls the number of times on the play screen.

I think (in citra at least) on the game over, it only pulses twice, maybe 3 times (each pulse is lighter than the last)

OK, the algorithm was messed up and it was getting fainter over time. #14 should fix it. (And look a lot nicer)

yuuup, so much better!