UP-Viagg-io/Viagg-io/Assets/BehaviourTrees/4.1-RBS.bt.txt

9 lines
167 B
Plaintext

Tree("Root") {
Composite(Sequence) {
// Go to scene 4.2 Slide: Cavaglia
BTC.GetKeyDown("Return")
BTC.Run("LoadScene.NEXT.42Slideshow")
}
}