Implement Script Editor (mostly)

This commit is contained in:
Daniel Xie
2016-11-24 16:30:33 -06:00
parent 1a600ad560
commit f38fd340f4
7 changed files with 322 additions and 59 deletions

View File

@@ -13,6 +13,7 @@ p {
color: #66ff33;
}
.mainmenu {
list-style-type: none;
margin: 0;
@@ -46,14 +47,6 @@ p {
color: white;
}
#character-container {
position: fixed;
padding-top: 10px;
padding-left: 10px;
margin-left: 10%;
width: 99%;
}
/* Style all the buttons */
input[type=button] {
width: 100px;