Merge pull request #496 from thecodingmachine/fixSkinChangeCrash
FIX: going back a 2nd time to SelectCharacterScene used to crash the game
This commit is contained in:
commit
c93d1794b7
6 changed files with 32 additions and 19 deletions
2
front/dist/resources/html/gameMenuIcon.html
vendored
2
front/dist/resources/html/gameMenuIcon.html
vendored
|
@ -10,7 +10,7 @@
|
|||
margin: 10px;
|
||||
}
|
||||
</style>
|
||||
<main id="menuIcon">
|
||||
<main id="menuIcon" hidden>
|
||||
<section>
|
||||
<button id="openMenuButton">Menu</button>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue