A few minor updates for the new version of libstormgames.

This commit is contained in:
Storm Dragon
2025-03-14 18:16:14 -04:00
parent 2887023753
commit 45c06fe8f3
4 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
import json
import os
import pygame
from libstormgames import *
from src.level import Level
from src.object import Object
@@ -209,7 +210,6 @@ class WickedQuest:
pygame.event.clear()
self.player.scoreboard.add_high_score()
pygame.event.clear()
cut_scene(self.sounds, "game_over")
display_text(report)