CabinGame/Luxe/outline/inputs.input.lx
2020-08-16 15:59:43 +02:00

6 lines
154 B
Text

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