remove score debug screen and image file

This commit is contained in:
Map 2024-10-05 09:26:49 -05:00
parent 42c05f0cbf
commit 62cc1206ce
2 changed files with 0 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -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: