UP-Viagg-io/Viagg-io/Assets/BehaviourTrees/3.0-SBB.bt.txt

9 lines
170 B
Plaintext
Raw Normal View History

Tree("Root") {
Composite(Sequence) {
2024-06-05 16:23:48 +02:00
// Go to Scene 3.1: im Bus ins Grotto
BTC.GetKeyDown("Return")
2024-06-05 16:23:48 +02:00
BTC.Run("LoadScene.NEXT.31Slideshow")
}
}