Commit dec91068 authored by 马舜翔's avatar 马舜翔 💬

111

parent 796df218
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
}, },
{ {
"degree": "1", "degree": "1",
"icon": "//yun.duiba.com.cn/spark/assets/3316b831513d30dfa122e137d541b33aab5907c0.png", "icon": "//yun.duiba.com.cn/spark/assets/afebd09b4851f8117fd6199584315f73078e4a4d.png",
"icon2": null, "icon2": null,
"id": "o05ebd1a6", "id": "o05ebd1a6",
"index": 2, "index": 2,
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
}, },
{ {
"degree": null, "degree": null,
"icon": "//yun.duiba.com.cn/images/202108/9zwlfq8bwi.JPG", "icon": "//yun.duiba.com.cn/spark/assets/afebd09b4851f8117fd6199584315f73078e4a4d.png",
"icon2": null, "icon2": null,
"id": "o3a1343e1", "id": "o3a1343e1",
"index": 3, "index": 3,
......
...@@ -831,5 +831,5 @@ export const ResJson = { ...@@ -831,5 +831,5 @@ export const ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/template/1631674235/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/template/1631764468/resource/"
} }
\ No newline at end of file
...@@ -29,12 +29,12 @@ export class ScrollItem extends Item { ...@@ -29,12 +29,12 @@ export class ScrollItem extends Item {
},this) },this)
const large = new FYGE.Sprite(FYGE.Texture.from(image)); const large = new FYGE.Sprite(FYGE.Texture.from(image));
this.pict = large; this.pict = large;
this.pict.position.set((750 - 250) / 2, (1624 - 250) / 2); this.pict.position.set((750 - 500) / 2, (1624 - 500) / 2);
this.pict.anchorX = 250 * 0.5; this.pict.anchorX = 500 * 0.5;
this.pict.anchorY = 250 * 0.5; this.pict.anchorY = 500 * 0.5;
this.stage.addChild(this.pict) this.stage.addChild(this.pict)
FYGE.Tween.get(this.pict) FYGE.Tween.get(this.pict)
.to({ scaleX: 2, scaleY: 2 }, 200) .to({ scaleX: 1, scaleY: 1 }, 200)
}, this); }, this);
item.width = item.height = 100; item.width = item.height = 100;
item.x=item.y=11; item.x=item.y=11;
......
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