Rules Screen add

This commit is contained in:
Mathieu
2020-03-27 17:39:47 +01:00
parent 4661f365a1
commit adb0631328
6 changed files with 47 additions and 11 deletions

View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -21,7 +21,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
background: url(./grass.png);
background: url(./map/grass.png);
}
#backlayer {
@@ -62,4 +62,9 @@ a:hover {
canvas {
margin-bottom: 20px;
}
#rulesScreen {
text-align: center;
z-index: 2;
}

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB