added combat option for multiple enemies and fixed missing link to coin.gif on winning screen

This commit is contained in:
Patryk Hegenberg 2023-01-07 20:17:50 +01:00
parent a22e9e250a
commit d7a19021dd
2 changed files with 5 additions and 3 deletions

View file

@ -321,7 +321,7 @@ a:hover {
}
#win {
background: url(01coin.gif);
background: url(./../images/01coin.gif);
background-size: 20%;
}