Correct instructions

feature/trainlines
Markus Koch 2020-04-25 18:16:16 +02:00
parent 4aa26434f8
commit f7000d1c5c
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ if (editor_mode) {
if (interactive) {
str = prompt("Instructions: \n" +
"* Click the scribble-icon in the top left to start or continue drawing.\n" +
"* Double click last waypoint to stop.\n" +
"* Double click a waypoint to delete it.\n" +
"* Click last waypoint to stop drawing.\n" +
"* Click a waypoint to delete it.\n" +
"* Click save in the top right to get the new string.\n\n" +
"Enter existing waypoints in the following format: [x,y],[x,y]:", window.location.hash.slice(1));
if (str == undefined)