Added commands to config

This commit is contained in:
2024-11-03 06:33:06 +03:00
parent 3b60d685f7
commit f474ada828

View File

@@ -20,4 +20,13 @@ public = [
[310, "Server Room", { "window": true }],
[311, "Room", { "window": true }]
]
[commands]
commands = [
[-1, "None"],
[1, "Attach1"],
[2, "Attach2"],
[3, "Left90"],
[4, "Right90"],
[5, "Forward", {"amount": "float"}]
]