aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/Game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scenes/Game.gd')
-rw-r--r--godot/scenes/Game.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/godot/scenes/Game.gd b/godot/scenes/Game.gd
index f24219e..8b86263 100644
--- a/godot/scenes/Game.gd
+++ b/godot/scenes/Game.gd
@@ -27,6 +27,7 @@ func _process(delta):
get_tree().paused = true
$PausePopup.show()
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
+ close_scoreboard()