Fixed errors in __init__

This commit is contained in:
Storm Dragon 2025-03-15 18:31:43 -04:00
parent 3b2bcd928d
commit f51bd6dee4

View File

@ -54,8 +54,8 @@ from .display import display_text, initialize_gui
from .menu import game_menu, learn_sounds, instructions, credits, donate, exit_game
# Update imports to reference Scoreboard methods
high_scores = Scoreboard.displayHighScores
has_high_scores = Scoreboard.hasHighScores
high_scores = Scoreboard.display_high_scores
has_high_scores = Scoreboard.has_high_scores
# Import utility functions and Game class
from .utils import (