Commit 9a615d73 authored by haiyoucuv's avatar haiyoucuv

init

parent 8c835e9c
......@@ -204,7 +204,7 @@ export class MainGame extends Scene {
const {length, killNum, luckNum} = gameStore.gameInfo || {};
this.lengthTxt.string = `${length}`;
this.killTxt.string = `${killNum}`;
this.killTxt.string = `${killNum}`;
this.luckyNum.string = ${luckNum + gameStore.startInfo?.accumulateLuckNum || 0}`;
}
......
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