summaryrefslogtreecommitdiff
path: root/client/menu/overlay.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/overlay.gd')
-rw-r--r--client/menu/overlay.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/overlay.gd b/client/menu/overlay.gd
index 92297704..89bbeb24 100644
--- a/client/menu/overlay.gd
+++ b/client/menu/overlay.gd
@@ -15,6 +15,7 @@ var points: int = 0
@onready var decimals_label: Label = $Time/Paper/Line/Decimals
func update(failed_: int, completed_: int, points_: int, time: float):
+ show()
if failed_ - failed:
failed_label.text = str(failed_)
failed_label.scale = LABEL_SCALE