From 8bcde5de37173955bd2c56ae0cfc74750128224f Mon Sep 17 00:00:00 2001 From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch> Date: Tue, 4 Jun 2019 21:54:04 +0200 Subject: [PATCH] bug fix --- notebooks/Editor2.ipynb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/notebooks/Editor2.ipynb b/notebooks/Editor2.ipynb index c3e52478..8a49f97e 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" -- GitLab