forked from Cavemanon/SnootGame
remove score debug screen and image file
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
@ -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:
|
||||
|
Reference in New Issue
Block a user