migrate from latest dev
This commit is contained in:
parent
e806325da9
commit
20cee5cb12
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function goToBuildingMap() {
|
function goToBuildingMap() {
|
||||||
const sparkHost = "https://workadventu.re/map-building";
|
const sparkHost = "https://wiki.bstly.de/services/partey/map";
|
||||||
window.open(sparkHost, "_blank");
|
window.open(sparkHost, "_blank");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -14,14 +14,6 @@
|
|||||||
|
|
||||||
<div class="create-map-main">
|
<div class="create-map-main">
|
||||||
<section class="container-overflow">
|
<section class="container-overflow">
|
||||||
<section>
|
|
||||||
<h3>Getting started</h3>
|
|
||||||
<p>
|
|
||||||
WorkAdventure allows you to create an online space to communicate spontaneously with others.
|
|
||||||
And it all starts with creating your own space. Choose from a large selection of prefabricated maps by our team.
|
|
||||||
</p>
|
|
||||||
<button type="button" class="nes-btn is-primary" on:click={goToGettingStarted}>Getting started</button>
|
|
||||||
</section>
|
|
||||||
<section>
|
<section>
|
||||||
<h3>Create your map</h3>
|
<h3>Create your map</h3>
|
||||||
<p>You can also create your own custom map by following the step of the documentation.</p>
|
<p>You can also create your own custom map by following the step of the documentation.</p>
|
||||||
|
@ -41,9 +41,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="customize-main">
|
<div class="customize-main">
|
||||||
<section>
|
<!-- <section>
|
||||||
<button type="button" class="nes-btn" on:click|preventDefault={openEditNameScene}>Edit Name</button>
|
<button type="button" class="nes-btn" on:click|preventDefault={openEditNameScene}>Edit Name</button>
|
||||||
</section>
|
</section> -->
|
||||||
<section>
|
<section>
|
||||||
<button type="button" class="nes-btn is-rounded" on:click|preventDefault={openEditSkinScene}>Edit Skin</button>
|
<button type="button" class="nes-btn is-rounded" on:click|preventDefault={openEditSkinScene}>Edit Skin</button>
|
||||||
</section>
|
</section>
|
||||||
|
11
front/src/Components/images/menu.svg
Normal file
11
front/src/Components/images/menu.svg
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 384 384" style="enable-background:new 0 0 384 384;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#FFFFFF;}
|
||||||
|
</style>
|
||||||
|
<path class="st0" d="M368,207.7H16c-8.8,0-16-7.2-16-16s7.2-16,16-16h352c8.8,0,16,7.2,16,16S376.8,207.7,368,207.7z"/>
|
||||||
|
<path class="st0" d="M368,85H16C7.2,85,0,77.8,0,69s7.2-16,16-16h352c8.8,0,16,7.2,16,16S376.8,85,368,85z"/>
|
||||||
|
<path class="st0" d="M368,330.3H16c-8.8,0-16-7.2-16-16s7.2-16,16-16h352c8.8,0,16,7.2,16,16S376.8,330.3,368,330.3z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 752 B |
@ -77,6 +77,8 @@ function checkSubMenuToShow() {
|
|||||||
if (CONTACT_URL === undefined) {
|
if (CONTACT_URL === undefined) {
|
||||||
subMenusStore.removeMenu(SubMenusInterface.contact);
|
subMenusStore.removeMenu(SubMenusInterface.contact);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
subMenusStore.removeMenu(SubMenusInterface.aboutRoom);
|
||||||
}
|
}
|
||||||
|
|
||||||
checkSubMenuToShow();
|
checkSubMenuToShow();
|
||||||
|
Loading…
Reference in New Issue
Block a user