diff --git a/game/gui/debug.webp b/game/gui/debug.webp deleted file mode 100644 index fdcd139..0000000 Binary files a/game/gui/debug.webp and /dev/null differ diff --git a/game/screens.rpy b/game/screens.rpy index 54b0670..fa3d5cd 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -299,21 +299,6 @@ screen quick_menu(): [ _("Load"), ShowMenu('load'), NullAction() ] ] ) -screen score_menu(): - zorder 100 - window: - background "gui/debug.webp" - xalign -1.0 - yalign 0.0 - grid 1 3: - style_prefix "score" - xalign 0.0 - yalign 0.0 - text "anons: " + str(anonscore) - text "fang: " + str(fangscore) - text "DEBUG SCORE CARD" - - ## This code ensures that the quick_menu screen is displayed in-game, whenever ## the player has not explicitly hidden the interface. init python: