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:
Kharhamel 2020-12-16 15:25:36 +01:00 committed by GitHub
commit c93d1794b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 19 deletions

View file

@ -10,7 +10,7 @@
margin: 10px;
}
</style>
<main id="menuIcon">
<main id="menuIcon" hidden>
<section>
<button id="openMenuButton">Menu</button>
</section>