space/outline/inputs.input.lx
Jonathan Hirz 7600d281b8 init
2019-01-19 22:50:00 -08:00

6 lines
154 B
Text

input = {
nodes = [
{ name = "ui" where = "front" channels = ["c01"] }
{ name = "game" where = "after: ui" channels = ["c02"] }
]
}