UP-Viagg-io/Viagg-io/Assets/BehaviourTrees/3.5-Slideshow.bt.txt

10 lines
222 B
Plaintext
Raw Normal View History

2024-06-05 16:23:48 +02:00
Tree("Root") {
Composite(Sequence) {
// Go to scene 3.6 SBB
BTC.Run("StereoSlideshow.CompleteXROriginSetUp.IMG0047")
BTC.GetKeyDown("Return")
BTC.Run("LoadScene.NEXT.36SBB")
}
}