mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-08 18:28:49 +01:00
remove score debug screen and image file
This commit is contained in:
parent
42c05f0cbf
commit
62cc1206ce
2 changed files with 0 additions and 15 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
|
@ -299,21 +299,6 @@ screen quick_menu():
|
||||||
[ _("Load"), ShowMenu('load'), NullAction() ]
|
[ _("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
|
## This code ensures that the quick_menu screen is displayed in-game, whenever
|
||||||
## the player has not explicitly hidden the interface.
|
## the player has not explicitly hidden the interface.
|
||||||
init python:
|
init python:
|
||||||
|
|
Loading…
Reference in a new issue