kroyee / SpeedBlocks

Fast paced tetris game cloned from Cultris II
GNU Lesser General Public License v3.0
11 stars 7 forks source link

[BUG]Combo timer still not working properly #67

Closed jefgenowitsch closed 7 years ago

jefgenowitsch commented 7 years ago

Reference to #45, #53. Latest client+server. Here: https://youtu.be/NtLPgmJEagY

kroyee commented 7 years ago

I fail to see what's not working.

jefgenowitsch commented 7 years ago

You are talking about the code, right?

kroyee commented 7 years ago

I'm talking about the combo timer in your video. What is it that's not working?

jefgenowitsch commented 7 years ago

Why is the combo starting ohne time with a fully filled red circle and sometimes not?

kroyee commented 7 years ago

Because you are clearing different amount if lines. If you remove 1 line, the timer will start ~3/4 if you clear 2 or more lines it will start at full.

jefgenowitsch commented 7 years ago

Thanks for clarification:)