добавил баланс мух, но не полностью
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user