fixed invalid steam background image path

canary
WolverinDEV 2020-08-23 11:05:24 +02:00
parent 41edb6053e
commit 84a6e743e1
1 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,7 @@ $setup-time: 80s / 24; /* 24 frames / sec; the initial sequence is 80 seconds */
width: 249px;
height: 125px;
background: url("../img/loader/steam.png") 0 0;
background: url("img/loader/steam.png") 0 0;
background: url("img/loader/steam.png") 0 0, url("../img/loader/steam.png") 0 0;
animation: sprite-steam 2.5s steps(50) forwards infinite;
}