total增加只开屏蔽门
This commit is contained in:
parent
2c51acd264
commit
d510abcac6
@ -29,6 +29,10 @@ func closeScreenDoor() -> void:
|
|||||||
$train.closeLeftTrainDoorALL()
|
$train.closeLeftTrainDoorALL()
|
||||||
$platform.closeScreenDoorALL()
|
$platform.closeScreenDoorALL()
|
||||||
|
|
||||||
|
##只开屏蔽门
|
||||||
|
func openOnlyScreenDoor() -> void:
|
||||||
|
$platform.openScreenDoorALL()
|
||||||
|
|
||||||
##只关屏蔽门
|
##只关屏蔽门
|
||||||
func closeOnlyScreenDoor() -> void:
|
func closeOnlyScreenDoor() -> void:
|
||||||
$platform.closeScreenDoorALL()
|
$platform.closeScreenDoorALL()
|
||||||
|
Loading…
Reference in New Issue
Block a user