game: fix new game button in pause menu
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user