UP-Viagg-io/Viagg-io/Assets/BehaviourTrees/Test.bt.txt

8 lines
169 B
Plaintext
Raw Normal View History

2024-03-11 11:13:38 +01:00
Tree("Root") {
Composite(Sequence) {
2024-04-10 09:44:23 +02:00
BTC.FadeIn("Renderer.STATIC.bushBaked")
2024-07-24 17:17:14 +02:00
BTC.Wait(5)
2024-03-11 11:13:38 +01:00
BTC.FadeOut("Renderer.STATIC.bushBaked")
}
2024-07-24 17:17:14 +02:00
}