feat: added border to piece
This commit is contained in:
4
main.py
4
main.py
@@ -10,8 +10,8 @@ def draw(screen):
|
||||
|
||||
fire_opal = ConfigurationManager.configuration["color"]["fire-opal"]
|
||||
|
||||
j_piece = Piece(Piece.J_SHAPE, (100, 100), fire_opal)
|
||||
j_piece.draw(screen)
|
||||
i_piece = Piece(Piece.I_SHAPE, (100, 100), fire_opal)
|
||||
i_piece.draw(screen)
|
||||
|
||||
# update display
|
||||
pygame.display.update()
|
||||
|
||||
Reference in New Issue
Block a user