game: fix new game button in pause menu

This commit is contained in:
2025-08-19 14:31:09 +02:00
parent 0f0b537921
commit a9ad276846
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ extends Node2D
func _ready():
GlobalConst.sig_debug_camera_zoom.connect(debug_zoom)
Engine.time_scale = 1.0
func _unhandled_input(event: InputEvent) -> void: