commit
6d4e5bcb99
@ -57,7 +57,7 @@
|
|||||||
<form id="gameQuality" hidden>
|
<form id="gameQuality" hidden>
|
||||||
<section>
|
<section>
|
||||||
<h3>Game quality</h3>
|
<h3>Game quality</h3>
|
||||||
<p class="cautiousText">(Editing this settings will restart the game)</p>
|
<p class="cautiousText">(Editing these settings will restart the game)</p>
|
||||||
<select id="select-game-quality">
|
<select id="select-game-quality">
|
||||||
<option value="120">High video quality (120 fps)</option>
|
<option value="120">High video quality (120 fps)</option>
|
||||||
<option value="60">Medium video quality (60 fps, recommended)</option>
|
<option value="60">Medium video quality (60 fps, recommended)</option>
|
||||||
|
@ -178,7 +178,7 @@ export class MenuScene extends Phaser.Scene {
|
|||||||
|
|
||||||
private async shareUrl() {
|
private async shareUrl() {
|
||||||
await navigator.clipboard.writeText(location.toString());
|
await navigator.clipboard.writeText(location.toString());
|
||||||
alert('URL was copy to your clipboard!');
|
alert('URL is copied to your clipboard!');
|
||||||
}
|
}
|
||||||
|
|
||||||
private saveSetting(valueGame: number, valueVideo: number){
|
private saveSetting(valueGame: number, valueVideo: number){
|
||||||
|
4
website/dist/create-map.html
vendored
4
website/dist/create-map.html
vendored
@ -73,9 +73,9 @@
|
|||||||
<p>Be sure to keep the repository "Public".</p>
|
<p>Be sure to keep the repository "Public".</p>
|
||||||
<p>In your newly created repository, click on the <strong>Settings tab</strong> and scroll down to the <strong>GitHub Pages</strong> section.
|
<p>In your newly created repository, click on the <strong>Settings tab</strong> and scroll down to the <strong>GitHub Pages</strong> section.
|
||||||
Then select the <strong>gh-pages</strong> branch. It might already be selected, but please be sure to click on it nonetheless (otherwise
|
Then select the <strong>gh-pages</strong> branch. It might already be selected, but please be sure to click on it nonetheless (otherwise
|
||||||
GitHub will not enable GitHub pages that we use to host your map.</p>
|
GitHub will not enable GitHub pages).</p>
|
||||||
<p class="text-center"><img src="docs/github_pages.png" alt="" style="width: 70%"></p>
|
<p class="text-center"><img src="docs/github_pages.png" alt="" style="width: 70%"></p>
|
||||||
<p>Wait a few minutes a Github will deploy a new website with the content of the repository.
|
<p>Wait a few minutes... Github will deploy a new website with the content of the repository.
|
||||||
The address of the website is visible in the "GitHub Pages" section.</p>
|
The address of the website is visible in the "GitHub Pages" section.</p>
|
||||||
<p class="text-center"><img src="docs/website_address.png" alt="" style="width: 70%"></p>
|
<p class="text-center"><img src="docs/website_address.png" alt="" style="width: 70%"></p>
|
||||||
<p>Click on the link. You should be redirected directly to WorkAdventure, on your map!</p>
|
<p>Click on the link. You should be redirected directly to WorkAdventure, on your map!</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user