Correct instructions
This commit is contained in:
parent
4aa26434f8
commit
f7000d1c5c
@ -60,8 +60,8 @@ if (editor_mode) {
|
|||||||
if (interactive) {
|
if (interactive) {
|
||||||
str = prompt("Instructions: \n" +
|
str = prompt("Instructions: \n" +
|
||||||
"* Click the scribble-icon in the top left to start or continue drawing.\n" +
|
"* Click the scribble-icon in the top left to start or continue drawing.\n" +
|
||||||
"* Double click last waypoint to stop.\n" +
|
"* Click last waypoint to stop drawing.\n" +
|
||||||
"* Double click a waypoint to delete it.\n" +
|
"* Click a waypoint to delete it.\n" +
|
||||||
"* Click save in the top right to get the new string.\n\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));
|
"Enter existing waypoints in the following format: [x,y],[x,y]:", window.location.hash.slice(1));
|
||||||
if (str == undefined)
|
if (str == undefined)
|
||||||
|
Loading…
Reference in New Issue
Block a user