mirror of
https://github.com/Astatin3/autoPlanner.git
synced 2026-06-08 23:58:00 -06:00
Add time indicator
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user