Commit cc55d360 authored by haiyoucuv's avatar haiyoucuv

init

parent b75c2d15
src/assets/Game/撒金币.gif

1.49 MB | W: | H:

src/assets/Game/撒金币.gif

239 KB | W: | H:

src/assets/Game/撒金币.gif
src/assets/Game/撒金币.gif
src/assets/Game/撒金币.gif
src/assets/Game/撒金币.gif
  • 2-up
  • Swipe
  • Onion skin
......@@ -20,8 +20,8 @@ export class Game extends Base {
const bg = this.addChild(new Sprite(Assets.get("招财猫_底.png")));
bg.position.set(168, 332);
const fullTextures = new Array(150).fill(0).map((_, i) => {
return Assets.get(`落金币/落金币1_${prefixInteger(i * 2, 5)}.png`);
const fullTextures = new Array(99).fill(0).map((_, i) => {
return Assets.get(`落金币/落金币1_${prefixInteger(i, 5)}.png`);
});
const fullAni = this.fullAni = this.addChild(new AnimatedSprite(fullTextures));
......
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