This commit is contained in:
bbd_pc 2025-07-05 02:16:45 +08:00
parent d0ae1d1f71
commit 6a08e7f754
5 changed files with 4 additions and 8 deletions

View File

@ -37,8 +37,8 @@ application/modify_resources=true
application/icon="uid://cxgwspjv16j7m" application/icon="uid://cxgwspjv16j7m"
application/console_wrapper_icon="uid://cxgwspjv16j7m" application/console_wrapper_icon="uid://cxgwspjv16j7m"
application/icon_interpolation=4 application/icon_interpolation=4
application/file_version="0.1.0.0" application/file_version="0.2.0.0"
application/product_version="0.1.0.0" application/product_version="0.2.0.0"
application/company_name="包包丁" application/company_name="包包丁"
application/product_name="衔蝶" application/product_name="衔蝶"
application/file_description="衔蝶" application/file_description="衔蝶"

View File

@ -85,4 +85,4 @@ signal auto_save_seconds_changed
@export var caption := 0 @export var caption := 0
# 最大范围为 10 秒,精度 0.1 # 最大范围为 10 秒,精度 0.1
@export var os_wait_time := 3.0 @export var os_wait_time := 3.0
@export var os_auto_end := true @export var os_auto_end := true

View File

@ -21,7 +21,7 @@ var timer: Timer
func _ready() -> void: func _ready() -> void:
bus = &"game_sfx" bus = &"game_sfx"
process_mode = Node.PROCESS_MODE_PAUSABLE process_mode = Node.PROCESS_MODE_INHERIT
if Engine.is_editor_hint(): if Engine.is_editor_hint():
return return
timer = Timer.new() timer = Timer.new()

View File

@ -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() var path = self.get_path_to(node).get_concatenated_names()
# closeup花名册 = $"../DeployLayer/Closeup花名册" # closeup花名册 = $"../DeployLayer/Closeup花名册"
code_lines.insert(func_line_id + 1, "\t" + var_name +" = $\"" + path +"\"") code_lines.insert(func_line_id + 1, "\t" + var_name +" = $\"" + path +"\"")

View File

@ -701,7 +701,6 @@ scale = Vector2(0.333, 0.333)
texture = ExtResource("3_3r1q2") texture = ExtResource("3_3r1q2")
[node name="Sfx2D座钟滴答" type="AudioStreamPlayer2D" parent="Ground/BGSprite2D" index="0"] [node name="Sfx2D座钟滴答" type="AudioStreamPlayer2D" parent="Ground/BGSprite2D" index="0"]
process_mode = 1
position = Vector2(939.94, 372.372) position = Vector2(939.94, 372.372)
scale = Vector2(3.003, 3.003) scale = Vector2(3.003, 3.003)
stream = ExtResource("5_sluu3") stream = ExtResource("5_sluu3")