Fixed steam for the native client
parent
2e0f00243f
commit
2a3ce68af3
1
file.ts
1
file.ts
|
@ -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/"
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue