diff options
Diffstat (limited to 'client/game.gd')
-rw-r--r-- | client/game.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/game.gd b/client/game.gd index abb04bc6..6f5f376e 100644 --- a/client/game.gd +++ b/client/game.gd @@ -176,6 +176,8 @@ func _ready(): map.autobake = false await transition.fade_out() ) + + mp.score.connect($Overlay.update) func _process(delta): marker.position = lerp(marker.position, marker_target, delta * 40.0) |