aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/Game.gd
diff options
context:
space:
mode:
authorLibravatar IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com>2022-07-17 03:40:41 +0200
committerLibravatar IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com>2022-07-17 03:40:41 +0200
commitd3f6967fe666595cf0862be57a3dae3bb23afd24 (patch)
tree7e6f90f9a3116431dc761fdd4167b58f4b59ec43 /godot/scenes/Game.gd
parent690e705de1e8b8babbb7bf86f55a5dbae559488b (diff)
download2022-d3f6967fe666595cf0862be57a3dae3bb23afd24.tar.gz
2022-d3f6967fe666595cf0862be57a3dae3bb23afd24.tar.bz2
2022-d3f6967fe666595cf0862be57a3dae3bb23afd24.zip
asset for the goal trigger
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()