Finish select character scene and custom character scene

This commit is contained in:
Gregoire Parant 2021-04-22 02:29:13 +02:00
parent 78d888ffaf
commit 0a04f5d631
6 changed files with 534 additions and 329 deletions

View file

@ -1,7 +1,7 @@
<style>
#loginScene {
background: #000000;
border: 1px solid #ebeeee;
/*border: 1px solid #ebeeee;*/
border-radius: 6px;
margin: 20px auto 0;
width: 90%;
@ -45,8 +45,8 @@
}
#loginScene button {
margin: 10px;
background-color: #ebeeee;;
color: black;
background-color: black;;
color: #ebeeee;
border-radius: 7px;
padding-bottom: 4px;
width: 100px;