Commit 06e4f112 authored by Chen Jiping's avatar Chen Jiping

素材更换

parent d246eaa1
......@@ -101,7 +101,7 @@ export class Stage extends Item {
titlePic.init(this.images.get(theme + "title_bg"));
titlePic.scaleX = this.scaleX;
titlePic.scaleY = this.scaleY;
titlePic.x = this.width / 2 + 224 * this.scaleX;
titlePic.x = this.width / 2 + 230 * this.scaleX;
titlePic.y = 148 * this.scaleY;
bg.addChild(titlePic);
......
......@@ -569,8 +569,8 @@ export class PlayComponent implements OnInit, OnDestroy {
const r_middle = new MySprite();
r_middle.init(this.images.get(this.theme + "r_middle"));
r_middle.setScaleXY(this.mapScale);
r_middle.x = this.canvasWidth - r_middle.getBoundingBox().width / 2 + 80 * this.mapScale;
r_middle.y = this.canvasHeight / 2;
r_middle.x = this.canvasWidth - r_middle.getBoundingBox().width / 2 + 78 * this.mapScale;
r_middle.y = this.canvasHeight / 2 - 40 * this.mapScale;
this.renderArr.push(r_middle);
const r_bottom = new MySprite();
......
src/assets/play/theme/2/r_bottom.png

8.01 KB | W: | H:

src/assets/play/theme/2/r_bottom.png

10.3 KB | W: | H:

src/assets/play/theme/2/r_bottom.png
src/assets/play/theme/2/r_bottom.png
src/assets/play/theme/2/r_bottom.png
src/assets/play/theme/2/r_bottom.png
  • 2-up
  • Swipe
  • Onion skin
src/assets/play/theme/2/title_bg.png

135 KB | W: | H:

src/assets/play/theme/2/title_bg.png

153 KB | W: | H:

src/assets/play/theme/2/title_bg.png
src/assets/play/theme/2/title_bg.png
src/assets/play/theme/2/title_bg.png
src/assets/play/theme/2/title_bg.png
  • 2-up
  • Swipe
  • Onion skin
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