Skip to content

Commit

Permalink
Ask about "sheep", not "objects"
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-borges committed Jan 28, 2024
1 parent 74cd7b0 commit 9f5f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main-window.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():
snapshot = pg.surface.Surface((1920, 1080), 0, screen)

# Load level and failure sound
currentLevel: LevelInterface = SheepLevel("How many objects are there?", 0)
currentLevel: LevelInterface = SheepLevel("How many sheep are there?", 0)

# Put Text On The Background, Centered
if not pg.font:
Expand Down

0 comments on commit 9f5f1b1

Please sign in to comment.