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",
|
"type": "img",
|
||||||
"search-pattern": /.*\.(svg|png|gif)/,
|
"search-pattern": /.*\.(svg|png|gif)/,
|
||||||
"build-target": "dev|rel",
|
"build-target": "dev|rel",
|
||||||
|
"search-exclude": /.*(client-icons|style)\/.*/,
|
||||||
|
|
||||||
"path": "img/",
|
"path": "img/",
|
||||||
"local-path": "./shared/img/"
|
"local-path": "./shared/img/"
|
||||||
|
|
|
@ -73,6 +73,7 @@ $setup-time: 80s / 24; /* 24 frames / sec; the initial sequence is 80 seconds */
|
||||||
width: 249px;
|
width: 249px;
|
||||||
height: 125px;
|
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;
|
||||||
|
|
||||||
animation: sprite-steam 2.5s steps(50) forwards infinite;
|
animation: sprite-steam 2.5s steps(50) forwards infinite;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue