9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
|
Tree("Root") {
|
||
|
Composite(Sequence) {
|
||
|
// Go to scene 4.2 Slide: Cavaglia
|
||
|
BTC.GetKeyDown("Return")
|
||
|
BTC.Run("LoadScene.NEXT.42Slideshow")
|
||
|
}
|
||
|
}
|
||
|
|