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"}] +]