Add multi-region launcher support

Add custom launcher as well as support for both the original TW and JP
launchers.
This commit is contained in:
Andrew Gutekanst
2019-12-30 07:38:12 +09:00
parent a014b0d3b9
commit 501cfc2267
14 changed files with 596 additions and 37 deletions

13
www/erupe/css/main.css Normal file
View File

@@ -0,0 +1,13 @@
body {
background-color: #f8f9fa;
}
html,body {
height: 100%;
overflow:hidden;
}
.char-select-list {
height: 15em;
overflow-y: scroll;
}