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

9 lines
153 B
Plaintext
Raw Normal View History

Tree("Root") {
Composite(Sequence) {
// Repeat: back to 1.0 SBB
BTC.GetKeyDown("Return")
BTC.Run("LoadScene.Next.10SBB")
}
}