Add time indicator

This commit is contained in:
Astatin3
2024-03-18 10:32:26 -06:00
parent 9f5ee6199c
commit bab306310a
2 changed files with 54 additions and 5 deletions
+11
View File
@@ -64,6 +64,17 @@ class render():
def drawrect(self, color, rect):
self.pg.draw.rect(self.screen, color, rect)
# def drawText(self, text, color,):
# text = self.font.render(text, True, color)
# rect = text.get_rect()
# self.screen.blit(text, rect)
# # text_rect = text.get_rect(center=(rect[0]+(rect[2]/2), rect[1]+(rect[3]/2)))