Fixed steam for the native client

canary
WolverinDEV 2020-08-09 19:43:06 +02:00
parent 2e0f00243f
commit 2a3ce68af3
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ const APP_FILE_LIST_SHARED_SOURCE: ProjectResource[] = [
"type": "img",
"search-pattern": /.*\.(svg|png|gif)/,
"build-target": "dev|rel",
"search-exclude": /.*(client-icons|style)\/.*/,
"path": "img/",
"local-path": "./shared/img/"

View File

@ -73,6 +73,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;
animation: sprite-steam 2.5s steps(50) forwards infinite;
}