Basic game frontend functionality in Typescript

This commit is contained in:
simon
2018-01-08 20:27:57 -05:00
parent 22c64110e9
commit a06e49c0dd
35 changed files with 16062 additions and 2526 deletions

View File

@@ -15,20 +15,19 @@
}
#game {
box-shadow: rgba(46, 94, 80, 0.45) 0ex 0ex 2ex;
/*margin-top: 1em;*/
box-shadow: rgba(46, 94, 80, 0.45) 0 0 2ex;
outline: none;
width: 100%;
margin: 1em 0 1em 1em;
box-sizing: border-box;
/*background: #282828;*/
background: whitesmoke;
}
#editor {
margin: 1em 0 1em 1em;
height: 35em;
box-shadow: rgba(46, 94, 80, 0.45) 0ex 0ex 2ex;
box-shadow: rgba(46, 94, 80, 0.45) 0 0 2ex;
}