diff --git a/export_presets.cfg b/export_presets.cfg index 7be2fb9a..97a7fa97 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -37,8 +37,8 @@ application/modify_resources=true application/icon="uid://cxgwspjv16j7m" application/console_wrapper_icon="uid://cxgwspjv16j7m" application/icon_interpolation=4 -application/file_version="0.1.0.0" -application/product_version="0.1.0.0" +application/file_version="0.2.0.0" +application/product_version="0.2.0.0" application/company_name="包包丁" application/product_name="衔蝶" application/file_description="衔蝶" diff --git a/manager/config_manager/global_config.gd b/manager/config_manager/global_config.gd index 019c12fe..9557b6aa 100644 --- a/manager/config_manager/global_config.gd +++ b/manager/config_manager/global_config.gd @@ -85,4 +85,4 @@ signal auto_save_seconds_changed @export var caption := 0 # 最大范围为 10 秒,精度 0.1 @export var os_wait_time := 3.0 -@export var os_auto_end := true \ No newline at end of file +@export var os_auto_end := true diff --git a/scene/entity/audio/sfx2d.gd b/scene/entity/audio/sfx2d.gd index af9e4db7..1546d71d 100644 --- a/scene/entity/audio/sfx2d.gd +++ b/scene/entity/audio/sfx2d.gd @@ -21,7 +21,7 @@ var timer: Timer func _ready() -> void: bus = &"game_sfx" - process_mode = Node.PROCESS_MODE_PAUSABLE + process_mode = Node.PROCESS_MODE_INHERIT if Engine.is_editor_hint(): return timer = Timer.new() diff --git a/scene/ground/scene/animation_root.gd b/scene/ground/scene/animation_root.gd index ea469acc..4fd944bb 100644 --- a/scene/ground/scene/animation_root.gd +++ b/scene/ground/scene/animation_root.gd @@ -388,6 +388,3 @@ func _parse_node(ground_node, node:Node, existing_vars:Dictionary, code_lines:Pa var path = self.get_path_to(node).get_concatenated_names() # closeup花名册 = $"../DeployLayer/Closeup花名册" code_lines.insert(func_line_id + 1, "\t" + var_name +" = $\"" + path +"\"") - - - diff --git a/scene/ground/scene/c01/s05_院长房间.tscn b/scene/ground/scene/c01/s05_院长房间.tscn index b1dcd0eb..b739eb7d 100644 --- a/scene/ground/scene/c01/s05_院长房间.tscn +++ b/scene/ground/scene/c01/s05_院长房间.tscn @@ -701,7 +701,6 @@ scale = Vector2(0.333, 0.333) texture = ExtResource("3_3r1q2") [node name="Sfx2D座钟滴答" type="AudioStreamPlayer2D" parent="Ground/BGSprite2D" index="0"] -process_mode = 1 position = Vector2(939.94, 372.372) scale = Vector2(3.003, 3.003) stream = ExtResource("5_sluu3")