Merge branch 'develop' of github.com:thecodingmachine/workadventure into main

This commit is contained in:
_Bastler
2021-08-04 18:02:49 +02:00
66 changed files with 1958 additions and 10494 deletions
+4
View File
@@ -48,6 +48,10 @@
<section>
<button id="toggleFullscreen" class="nes-btn">Toggle fullscreen</button>
</section>
<!-- TODO activate authentication -->
<section hidden>
<button id="oidcLogin">Oauth Login</button>
</section>
<section>
<button id="enableNotification" class="nes-btn">Enable notifications</button>
</section>
-18
View File
@@ -1,18 +0,0 @@
<style>
#warningMain {
border-radius: 5px;
height: 100px;
width: 300px;
background-color: red;
text-align: center;
}
#warningMain h2 {
padding: 5px;
}
</style>
<main id="warningMain">
<h2>Warning!</h2>
<p>This world is close to its limit!</p>
</main>