display tiles, pips, and mines along with FPS

This commit is contained in:
Gavin McDonald
2018-09-25 22:04:54 -04:00
parent 0fcd1e7639
commit cef5f8d011
3 changed files with 40 additions and 11 deletions

View File

@@ -136,14 +136,16 @@ body {
position: absolute;
top: 5px;
right: 5px;
display: flex;
content-align: center;
flex-direction: column;
align-items: center;
justify-content: space-around;
color: white;
background: rgba(0,0,0, 0.9);
height: 20px;
width: 30px;
border-radius: 3px;
padding: 3px;
}
/* ==========================================================================