2024-05-06 16:53:42 +02:00
|
|
|
Tree("Root") {
|
|
|
|
Composite(Sequence) {
|
2024-06-05 16:23:48 +02:00
|
|
|
// Go to scene 4.1 RBS
|
2024-05-06 16:53:42 +02:00
|
|
|
BTC.GetKeyDown("Return")
|
2024-06-05 16:23:48 +02:00
|
|
|
BTC.Run("LoadScene.NEXT.41RBS")
|
2024-05-06 16:53:42 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|