aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/game.gd')
-rw-r--r--client/game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd
index 0922e04c..799b987b 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -177,7 +177,7 @@ func _ready():
map.autobake = false
await transition.fade_out()
)
-
+
mp.score.connect($Overlay.update)
func _process(delta):