Commit fd03dba3 authored by zjz1994's avatar zjz1994

暂存

parent 49981ce6
......@@ -19,7 +19,8 @@
background-color: #000;
background-size: 100%;
background-position: center;
background-image: url("https://yun.duiba.com.cn/db_games/activity/game/0327/startscenebg.jpg");
background-image: url("https://yun.duiba.com.cn/db_games/activity/game/1588905039/resource/assets/startscenebg.jpg");
/* background-image: url("https://yun.duiba.com.cn/db_games/activity/game/0327/startscenebg.jpg"); */
/* background-image: url("https://yun.duiba.com.cn/db_games/activity/game/1565600901/resource/assets/startScene/startscenebg.jpg"); */
padding: 0;
border: 0;
......
......@@ -484,7 +484,7 @@ export default class MainBase extends eui.UILayer {
this.svgaList = await Promise.all([
loadSvga(getResPath() + 'resource/assets/svgas/loading_progress.svga'),
loadSvga(getResPath() + 'resource/assets/svgas/loading_animals.svga'),
// loadSvga(getResPath() + 'resource/assets/svgas/loading_title.svga'),
loadSvga(getResPath() + 'resource/assets/svgas/loading_title.svga'),
loadSvga(getResPath() + 'resource/assets/svgas/拖尾结束.svga'),
new Promise((r) => {
RES.getResAsync('loading_jpg', (t) => { r(t) }, this)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment