From 88d659500a6c64917bfc3684ca56650743476682 Mon Sep 17 00:00:00 2001 From: dinhhannah <123044059+dinhhannah@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:55:33 -0700 Subject: [PATCH] Update variables.py added Box coords for options and ? text box (which are actually buttons bc I couldn't figure out how to make a text box pop up) part 1 --- variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.py b/variables.py index d8d58f0..54861f5 100644 --- a/variables.py +++ b/variables.py @@ -9,7 +9,7 @@ screen = pygame.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT)) textBoxCoord = (25, 25, 185, 75) optionsBoxCoord = (20, SCREEN_HEIGHT-55, 97, 50) - +BoxCoords = (250, SCREEN_HEIGHT-80, 300, 69) # Variables maxHearts = 3