Lokomov dabei

This commit is contained in:
Robert Köpferl 2020-12-23 13:13:38 +01:00
parent 6840a8196f
commit dc3e5ef6ec
16 changed files with 2732 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

BIN
lokomov/Inside_A2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
lokomov/Inside_A4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
lokomov/Inside_B.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
lokomov/Outside_A1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
lokomov/Outside_A2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
lokomov/Outside_A3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
lokomov/Outside_A4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
lokomov/Outside_B.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

File diff suppressed because one or more lines are too long

BIN
lokomov/floortileset.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

20
lokomov/index.html Normal file
View File

@ -0,0 +1,20 @@
<html>
<head>
<script>
window.onload = function() {
var path = window.location.pathname;
if (path.endsWith('index.html')) {
path = path.substr(path, path.length - 'index.html'.length);
}
var url = 'https://play.workadventu.re/_/global/'+window.location.host+path+'map.json';
document.getElementById('mapLink').href = url;
document.getElementById('mapLink').innerText = url;
};
</script>
</head>
<body>
This website contains a map for <a href="https://workadventu.re">Workadventu.re</a>.
<br/>
You can access this map at <a id="mapLink" href=""></a>
</body>
</html>

BIN
lokomov/interior.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

902
lokomov/map.json Normal file

File diff suppressed because one or more lines are too long

BIN
lokomov/open_tileset.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB