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

9 lines
157 B
Plaintext

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