CabinGame/Luxe/outline/inputs.input.lx

7 lines
154 B
Text
Raw Normal View History

2020-08-16 13:59:43 +00:00
input = {
nodes = [
{ name = "ui" where = "front" channels = ["c01"] }
{ name = "game" where = "after: ui" channels = ["c02"] }
]
}