UP-Viagg-io/Viagg-io/Assets/BehaviourTrees/2.2-Geschaeft.bt.txt

16 lines
389 B
Plaintext
Raw Permalink Normal View History

Tree("Root") {
2024-06-05 16:23:48 +02:00
Composite(Race) {
Composite(Sequence) {
// Go to scene 2.4 Slideshow
BTC.GetKeyDown("Return")
BTC.Run("LoadScene.NEXT.24Slideshow")
}
Composite(Sequence) {
// Go to scene 2.5 Slideshow
BTC.GetKeyDown("Backspace")
BTC.Run("LoadScene.NEXT.25Slideshow")
}
}
}