6 lines
154 B
Text
6 lines
154 B
Text
input = {
|
|
nodes = [
|
|
{ name = "ui" where = "front" channels = ["c01"] }
|
|
{ name = "game" where = "after: ui" channels = ["c02"] }
|
|
]
|
|
}
|