fix
This commit is contained in:
parent
d9710fd499
commit
da4de899fb
@ -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 == "循环播放":
|
||||||
|
Loading…
Reference in New Issue
Block a user