Compare commits
No commits in common. "1292c1a57377a0e8fb8f80a7f4869880d0fc26ca" and "777905e7f1a73a6b021d4a142491cd5aa17668ae" have entirely different histories.
1292c1a573
...
777905e7f1
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>LinuxWorks Minetest Map</title>
|
||||
<title>LinuxWorks Minetest Map (unofficial)</title>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="fa/css/all.css">
|
||||
|
@ -141,7 +141,7 @@ function load_tiles(name, id) {
|
||||
minNativeZoom: 0,
|
||||
minZoom: 0,
|
||||
noWrap: true,
|
||||
attribution: 'Map data © <a href="https://wiki.linux-forks.de/mediawiki/index.php/Maps">Linux-Forks</a>',
|
||||
attribution: 'Map data © <a href="https://wiki.linux-forks.de/mediawiki/index.php/Maps">Linux-Forks</a>, ' + 'All rights reserved, ',
|
||||
id: id,
|
||||
tileSize: 256,
|
||||
zoomOffset: 0,
|
||||
|
@ -60,11 +60,11 @@ if (editor_mode) {
|
||||
if (interactive) {
|
||||
str = prompt("Instructions: \n" +
|
||||
"* Click the scribble-icon in the top left to start or continue drawing.\n" +
|
||||
"* Click last waypoint to stop drawing.\n" +
|
||||
"* Click a waypoint to delete it.\n" +
|
||||
"* Double click last waypoint to stop.\n" +
|
||||
"* Double 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)
|
||||
if (!str)
|
||||
return;
|
||||
} else {
|
||||
str = window.location.hash.slice(1);
|
||||
|
Loading…
Reference in New Issue
Block a user