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

9 lines
157 B
Plaintext
Raw Permalink Normal View History

2024-06-05 16:23:48 +02:00
Tree("Root") {
Composite(Sequence) {
// Repeat: Go to Scene 1.0 SBB
BTC.GetKeyDown("Return")
BTC.Run("LoadScene.NEXT.10SBB")
}
}