feat: add ghost piece

This commit is contained in:
Giovani Rodriguez
2021-06-14 00:33:13 -04:00
parent f535f131b4
commit f8af193c66
2 changed files with 32 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ class Game:
if self.stack:
self.stack.draw(self.screen)
if self.current_piece:
self.current_piece.draw(self.screen)
self.current_piece.draw(self.screen, self.well, self.stack)
#TextGenerator.draw("12345678901234567890123456789012345678901234567890", (0, 0), self.screen)