workadventure/front/dist/resources/html/gameMenuIcon.html
Kharhamel c93d1794b7
Merge pull request #496 from thecodingmachine/fixSkinChangeCrash
FIX: going back a 2nd time to SelectCharacterScene used to crash the game
2020-12-16 15:25:36 +01:00

17 lines
357 B
HTML

<style>
#menuIcon button {
background-color: black;
color: white;
border-radius: 7px;
cursor: url('../logos/cursor_pointer.png'), pointer;
}
#menuIcon section {
margin: 10px;
}
</style>
<main id="menuIcon" hidden>
<section>
<button id="openMenuButton">Menu</button>
</section>
</main>