Merge remote-tracking branch 'origin/demo'

This commit is contained in:
cakipaul 2025-07-21 17:56:17 +08:00
commit c2440b5272

View File

@ -47,7 +47,7 @@ func _set_up_process_mode_by_mode():
if mode == "场景背景音" and (SceneManager.is_node_ready() and not SceneManager.pause_counter_arr.has("debugging")): if mode == "场景背景音" and (SceneManager.is_node_ready() and not SceneManager.pause_counter_arr.has("debugging")):
process_mode = Node.PROCESS_MODE_ALWAYS process_mode = Node.PROCESS_MODE_ALWAYS
else: else:
if SceneManager.pause_counter_arr.has("debugging"): if SceneManager.is_node_ready() and SceneManager.pause_counter_arr.has("debugging"):
playing_on_debugging_paused = playing playing_on_debugging_paused = playing
process_mode = Node.PROCESS_MODE_PAUSABLE process_mode = Node.PROCESS_MODE_PAUSABLE