From f474ada828c450095fd9635ed509e4e2ebe7d783 Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Sun, 3 Nov 2024 06:33:06 +0300 Subject: [PATCH] Added commands to config --- godot/astream/building_layout.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/godot/astream/building_layout.conf b/godot/astream/building_layout.conf index ab92d68..3136609 100644 --- a/godot/astream/building_layout.conf +++ b/godot/astream/building_layout.conf @@ -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"}] +]