diff --git a/__init__.py b/__init__.py index a0b4669..1fea9ec 100755 --- a/__init__.py +++ b/__init__.py @@ -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 (