From 3cb287197bf3d61e4a084567e018da317b942e49 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 2 May 2026 21:04:29 -0400 Subject: [PATCH] make gold gold --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index 035a8b6..0245bf7 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -84,7 +84,7 @@ def play_goal_celebration(): global canvas BLUE = (0, 48, 135) - GOLD = (252, 181, 20) + GOLD = (252, 210, 0) WHITE = (255, 255, 255) TEXT = "SABRES GOAL!"