добавил баланс мух, но не полностью

This commit is contained in:
2023-01-23 17:04:56 +07:00
parent af27d3393f
commit e0470cf5a5
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import pygame as pg
class RewardWindow:
def open_window(self, event, screen):
pg.draw.rect(screen, (38, 33, 55), (0, 0, 700, 500))
pg.draw.rect(screen, (38, 33, 55), (0, 100, 700, 400))
font = pg.font.Font(None, 30)
text_string = self.event_to_string(event)
text = font.render(text_string, True, (255, 255, 255))