diff --git a/notebooks/Editor2.ipynb b/notebooks/Editor2.ipynb index c3e524786c38c779e8f314c8459a6283c84ce4e8..8a49f97e92016a913d5d040412e6ea8a18f5fcc7 100644 --- a/notebooks/Editor2.ipynb +++ b/notebooks/Editor2.ipynb @@ -104,10 +104,12 @@ "## Instructions\n", "- Drag to draw (improved dead-ends)\n", "- Shift-Drag to erase rails (erasing dead ends not yet automated - drag right across them)\n", - "- ctrl-click to add agent\n", - " - direction chosen randomly to fit rail\n", - "- ctrl-shift-click to add target for last agent\n", - " - target can be moved by repeating\n", + "- ctrl-click to add agent or select agent\n", + " - if agent is selected:\n", + " - ctrl-click to move agent position\n", + " - use rotate agent to rotate 90° \n", + " - ctrl-shift-click to set target for selected agent \n", + " - target can be moved by repeating\n", "- to Resize the env (cannot preserve work):\n", " - select \"Regen\" tab, set regen size slider, click regenerate.\n", "- alt-click remove all rails from cell \n"