kroyee / SpeedBlocks

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

[UX] Line clears should not remove garbage / stack #16

Closed zDEFz closed 7 years ago

zDEFz commented 7 years ago

Steps to reproduce

  1. Go online as guest
  2. Get incoming garbage
  3. Do line clears

Expected result

Only clearing garbage removes the garbage / stack Actual result

All line clears removes garbage

https://youtu.be/chfjQ9M2rBE

Blitz reported the same behavior.

Also maybe we should reduce lock time? idk.