Added audio and brightness controls, also added some crappy UI graphics to the index page

This commit is contained in:
2014-06-26 21:55:58 -07:00
parent b1587926ab
commit 4f8a09581d
7 changed files with 51 additions and 10 deletions

18
moonlight/moonlight.css Normal file
View File

@@ -0,0 +1,18 @@
body {
margin: 0;
background-color: #000000;
color: #c8c8c8;
text-align: center;
width: 800px;
align: center;
}
#uiGameContainer {
position: absolute;
}
#uiGameDisplay {
position: absolute;
top: 60px;
left: 55px;
}