This commit is contained in:
cakipaul 2025-06-16 12:48:38 +08:00
parent d9710fd499
commit da4de899fb

View File

@ -108,7 +108,8 @@ func _set(property: StringName, value: Variant) -> bool:
if mode != "场景背景音": if mode != "场景背景音":
return false return false
if property == "自动开始": if property == "自动开始":
autoplay = value if value != null:
autoplay = value
scene_autostart = value scene_autostart = value
return true return true
elif property == "循环播放": elif property == "循环播放":