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