Fixed errors in __init__
This commit is contained in:
parent
3b2bcd928d
commit
f51bd6dee4
@ -54,8 +54,8 @@ from .display import display_text, initialize_gui
|
|||||||
from .menu import game_menu, learn_sounds, instructions, credits, donate, exit_game
|
from .menu import game_menu, learn_sounds, instructions, credits, donate, exit_game
|
||||||
|
|
||||||
# Update imports to reference Scoreboard methods
|
# Update imports to reference Scoreboard methods
|
||||||
high_scores = Scoreboard.displayHighScores
|
high_scores = Scoreboard.display_high_scores
|
||||||
has_high_scores = Scoreboard.hasHighScores
|
has_high_scores = Scoreboard.has_high_scores
|
||||||
|
|
||||||
# Import utility functions and Game class
|
# Import utility functions and Game class
|
||||||
from .utils import (
|
from .utils import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user