changed game stearing in game.js

This commit is contained in:
Patryk Hegenberg 2023-01-18 08:40:31 +01:00
parent 8b288116e4
commit b020956466
3 changed files with 13 additions and 7 deletions

View file

@ -83,7 +83,12 @@ a:hover {
height: 100%;
background-color: #422835;
}
.combat {
margin: auto;
width: 50%;
height: 75%;
background-color: #422835;
}
#title {
background-image: url(./../images/HeroBanner.png);
background-size: cover;