diff --git a/manager/archive_manager/debug_panel.gd b/manager/archive_manager/debug_panel.gd index 49333333..d4cdc76e 100644 --- a/manager/archive_manager/debug_panel.gd +++ b/manager/archive_manager/debug_panel.gd @@ -17,12 +17,14 @@ func _ready() -> void: func _input(event: InputEvent) -> void: if ( event.is_action_pressed("debugging") - or event.is_action_pressed("cancel") or event.is_action_pressed("escape") ): - get_viewport().set_input_as_handled() quit() +func _unhandled_key_input(_event: InputEvent) -> void: + # 调试界面接受所有输入事件 + get_viewport().set_input_as_handled() + func _unhandled_input(_event: InputEvent) -> void: get_viewport().set_input_as_handled() diff --git a/scene/ground/scene/c02/s05_一楼内侧楼道.gd b/scene/ground/scene/c02/s05_一楼内侧楼道.gd index 6348b9ed..789ba188 100644 --- a/scene/ground/scene/c02/s05_一楼内侧楼道.gd +++ b/scene/ground/scene/c02/s05_一楼内侧楼道.gd @@ -77,6 +77,7 @@ func wood_puppet() -> void: await SceneManager.get_inspector().quit_and_hidden SceneManager.lock_player(0, 17, true) $"../DeployLayer/DizzyShader".dizzy() + $"Sfx背景音".change_volumn_db(-10.0) $"Sfx记忆闪回音效".play() # SceneManager.get_camera_marker().shake_camera() await Util.wait(2.5) @@ -92,6 +93,7 @@ func wood_puppet() -> void: SceneManager.unlock_player() EventManager.set_stage_if_greater(&"handnote_c02_xchan_sheKnowsMe", 1) $"Sfx记忆闪回音效".easing_kill() + $"Sfx背景音".reset_volumn_to_default() func bucket_meat() -> void: diff --git a/scene/ground/scene/c02/s05_一楼内侧楼道.tscn b/scene/ground/scene/c02/s05_一楼内侧楼道.tscn index f4429685..eecf8666 100644 --- a/scene/ground/scene/c02/s05_一楼内侧楼道.tscn +++ b/scene/ground/scene/c02/s05_一楼内侧楼道.tscn @@ -179,7 +179,7 @@ hook_method = "wood_puppet" position = Vector2(-108, -168) packed_scene = ExtResource("10_7mq0m") quit_closeup_on_cancel = false -on_display_changed_volumn_db = -50.0 +on_display_changed_volumn_db = 0.0 action_key = 3 first_interact_os_key = "c02_一楼戏台"