summaryrefslogtreecommitdiff
path: root/client/menu/overlay.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-02 00:16:25 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-02 00:16:25 +0200
commitd755e522d17224a724ff3dadd4f3c24eda4345b3 (patch)
tree216151383e06254ea10aa1ac70e735e8e9c845df /client/menu/overlay.gd
parent0637e4af984123d6a147b500b33f7ea7f902f9b8 (diff)
parentccc8175b1e6fae57adab32ded99add2ceb0aab78 (diff)
downloadhurrycurry-d755e522d17224a724ff3dadd4f3c24eda4345b3.tar
hurrycurry-d755e522d17224a724ff3dadd4f3c24eda4345b3.tar.bz2
hurrycurry-d755e522d17224a724ff3dadd4f3c24eda4345b3.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/undercooked
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