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.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/godot/scenes/Game.gd b/godot/scenes/Game.gd
index f53c39a..58c9e27 100644
--- a/godot/scenes/Game.gd
+++ b/godot/scenes/Game.gd
@@ -24,10 +24,10 @@ func _ready():
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
if Input.is_action_just_pressed("ui_cancel"):
+ close_scoreboard()
get_tree().paused = true
$PausePopup.show()
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
- close_scoreboard()