display tiles, pips, and mines along with FPS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user