Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Temporary smaller screen for UI (adjust as needed)
screen = pygame.display.set_mode([600, 500])
pygame.display.set_caption("Team Input and Colour Picker")
pygame.display.set_caption("Coin Toss")

clock = pygame.time.Clock()
base_font = pygame.font.Font("fonts/PublicSans-Bold.ttf", 24)
Expand Down Expand Up @@ -129,7 +129,7 @@ def submit_form():
return
else:
varpass(home_team, away_team, match_location)
import main
import coinflip

# Function to draw text
def draw_text(text, font, colour, surface, x, y):
Expand Down