From d5a69fc805c645e943a1abff2dcebc08e7e40503 Mon Sep 17 00:00:00 2001 From: dinhhannah <123044059+dinhhannah@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:06:16 -0700 Subject: [PATCH] Update variables.py pt 3 buttons --- variables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.py b/variables.py index d8d58f0..4f73a77 100644 --- a/variables.py +++ b/variables.py @@ -9,6 +9,7 @@ screen = pygame.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT)) textBoxCoord = (25, 25, 185, 75) optionsBoxCoord = (20, SCREEN_HEIGHT-55, 97, 50) +questionboxcoord = (730, SCREEN_HEIGHT-540, 35, 40) #Rect(left, top, width, height) # Variables