Skip to content

Commit 955f49c

Browse files
committed
Create map for wam file
1 parent 499e410 commit 955f49c

31 files changed

+786
-1396
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ TILESET_OPTIMIZATION_QUALITY_MAX=1.0
1010

1111
# Here you can set your upload strategy. Simply comment the option you don't want to use.
1212
# Learn more by reading the 'Upload your map' section in the README.
13-
# UPLOAD_MODE=MAP_STORAGE
14-
UPLOAD_MODE=GH_PAGES
13+
# UPLOAD_MODE=GH_PAGES
14+
UPLOAD_MODE=MAP_STORAGE

conference.png

-34.2 KB
Binary file not shown.

conference.tmj

Lines changed: 0 additions & 646 deletions
This file was deleted.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
path = path.substr(path, path.length - 'index.html'.length);
1818
}
1919
const instanceId = Math.random().toString(36).substring(2, 15);
20-
const url = `https://play.workadventu.re/_/${instanceId}/${host}${path}office.tmj`;
20+
const url = `https://play.workadventu.re/_/${instanceId}/${host}${path}map.tmj`;
2121
document.getElementById('testMapURL').href = url;
2222
document.getElementById('testMapBtnURL').href = url;
2323
document.getElementById('testMapURL').innerText = url;
2424

25-
const tmjURL = window.location.protocol + '//' + window.location.host + path + 'office.tmj';
25+
const tmjURL = window.location.protocol + '//' + window.location.host + path + 'map.tmj';
2626
document.getElementById('tmjURL').innerText = tmjURL;
2727

2828
const gettingStartedLink = 'https://workadventu.re/getting-started?name=Map&mapUrl=' + tmjURL;
@@ -150,7 +150,7 @@
150150
<section>
151151
<h2>Test my map</h2>
152152
<p><a id="testMapURL" href="#" class="url"></a></p>
153-
<p class="tips">(In order to test another map, locate "office.tmj" at the end of the URL and replace it by another file name)</p>
153+
<p class="tips">(In order to test another map, locate "map.tmj" at the end of the URL and replace it by another file name)</p>
154154
<img src="/office.png" alt="Map thumbnail" class="map">
155155
<p><a id="testMapBtnURL" href="#" class="button">Test my map</a></p>
156156
</section>

map.png

342 KB
Loading

map.tmj

Lines changed: 780 additions & 0 deletions
Large diffs are not rendered by default.

map_full.png

429 KB
Loading

office.png

-106 KB
Binary file not shown.

office.tmj

Lines changed: 0 additions & 722 deletions
This file was deleted.

src/assets/12_Kitchen_32x32.png

158 KB
Loading

0 commit comments

Comments
 (0)