fix
This commit is contained in:
parent
d9710fd499
commit
da4de899fb
@ -108,6 +108,7 @@ func _set(property: StringName, value: Variant) -> bool:
|
||||
if mode != "场景背景音":
|
||||
return false
|
||||
if property == "自动开始":
|
||||
if value != null:
|
||||
autoplay = value
|
||||
scene_autostart = value
|
||||
return true
|
||||
|
Loading…
Reference in New Issue
Block a user